mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-23 17:35:00 +00:00
11 lines
192 B
Rust
11 lines
192 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",
|
|
]);
|
|
}
|