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 5ee12bdbc0 Add no_std support
2018-11-04 20:26:51 +01:00

6 lines
86 B
Rust

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