cursive/build.rs

11 lines
192 B
Rust
Raw Normal View History

2016-09-28 22:22:21 +00:00
fn main() {
extern crate skeptic;
2017-10-12 23:38:55 +00:00
skeptic::generate_doc_tests(&[
"Readme.md",
"doc/tutorial_1.md",
"doc/tutorial_2.md",
"doc/tutorial_3.md",
]);
2016-09-28 22:22:21 +00:00
}