1
0
mirror of https://github.com/mre/mos6502.git synced 2025-08-07 18:25:08 +00:00
Files
mre-mos6502/build.rs
Matthias Endler a6c30d0d48 Add usage example
2018-10-25 20:12:54 +02:00

6 lines
86 B
Rust

extern crate skeptic;
fn main() {
skeptic::generate_doc_tests(&["README.md"]);
}