mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-26 17:54:44 +10:00
feat: init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
extern crate skeptic;
|
||||
|
||||
use skeptic::{generate_doc_tests, markdown_files_of_directory};
|
||||
|
||||
fn main() {
|
||||
{
|
||||
let mut mdbook_files = markdown_files_of_directory("doc/");
|
||||
mdbook_files.push("README.md".into());
|
||||
generate_doc_tests(&mdbook_files);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user