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