Split internal tests into their own files

This commit is contained in:
J Henry Waugh
2020-09-05 14:10:46 -05:00
committed by Stephen Chung
parent 9882b97fca
commit 384152004e
6 changed files with 1778 additions and 1763 deletions

View File

@@ -102,6 +102,9 @@ mod module;
mod register;
mod rhai_module;
#[cfg(test)]
mod test;
#[proc_macro_attribute]
pub fn export_fn(
args: proc_macro::TokenStream,