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