mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-10 03:10:41 +00:00
9 lines
256 B
Rust
9 lines
256 B
Rust
fn main() {
|
|
extern crate skeptic;
|
|
|
|
skeptic::generate_doc_tests(&["Readme.md",
|
|
"doc/tutorial_1.md",
|
|
"doc/tutorial_2.md",
|
|
"doc/tutorial_3.md" ]);
|
|
}
|