1
0
mirror of https://github.com/mre/mos6502.git synced 2024-06-02 20:41:33 +00:00
mre-mos6502/build.rs

6 lines
86 B
Rust
Raw Normal View History

2018-10-25 18:12:54 +00:00
extern crate skeptic;
fn main() {
skeptic::generate_doc_tests(&["README.md"]);
}