mirror of
https://github.com/mre/mos6502.git
synced 2024-11-19 09:31:16 +00:00
6 lines
86 B
Rust
6 lines
86 B
Rust
extern crate skeptic;
|
|
|
|
fn main() {
|
|
skeptic::generate_doc_tests(&["README.md"]);
|
|
}
|