1
0
mirror of https://github.com/mre/mos6502.git synced 2025-03-22 09:30:02 +00:00
2018-10-25 20:12:54 +02:00

6 lines
86 B
Rust

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