summaryrefslogtreecommitdiffstats
path: root/tests/tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.rs')
-rw-r--r--tests/tests.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tests.rs b/tests/tests.rs
index 9c7a9f3..c5cb5c0 100644
--- a/tests/tests.rs
+++ b/tests/tests.rs
@@ -1,2 +1,4 @@
#[macro_use] extern crate is_match;
+
mod toml;
+mod json;