mirror of
https://github.com/mre/mos6502.git
synced 2025-01-18 04:30:07 +00:00
6 lines
86 B
Rust
6 lines
86 B
Rust
extern crate skeptic;
|
|
|
|
fn main() {
|
|
skeptic::generate_doc_tests(&["README.md"]);
|
|
}
|