1
0
mirror of https://github.com/mre/mos6502.git synced 2026-04-25 08:16:57 +00:00
Files
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"]);
}