summaryrefslogtreecommitdiffstats
path: root/grep-matcher/tests/tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'grep-matcher/tests/tests.rs')
-rw-r--r--grep-matcher/tests/tests.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/grep-matcher/tests/tests.rs b/grep-matcher/tests/tests.rs
new file mode 100644
index 00000000..d58b2009
--- /dev/null
+++ b/grep-matcher/tests/tests.rs
@@ -0,0 +1,6 @@
+extern crate grep_matcher;
+extern crate regex;
+
+mod util;
+
+mod test_matcher;