Move tests out of src dir

This commit is contained in:
David Tolnay 2022-07-03 08:04:15 -07:00
parent afdfd608df
commit 51652a386b
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
14 changed files with 0 additions and 15 deletions

15
lib.rs
View file

@ -23,19 +23,4 @@ pub mod reader;
pub mod scanner;
pub mod writer;
} // mod src
pub mod tests {
pub mod example_deconstructor;
pub mod example_deconstructor_alt;
pub mod example_reformatter;
pub mod example_reformatter_alt;
pub mod run_dumper;
pub mod run_emitter;
pub mod run_emitter_test_suite;
pub mod run_loader;
pub mod run_parser;
pub mod run_parser_test_suite;
pub mod run_scanner;
pub mod test_reader;
pub mod test_version;
} // mod tests
} // mod src