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 29cc5824..81e40f80 100644
--- a/tests/tests.rs
+++ b/tests/tests.rs
@@ -7,6 +7,8 @@ mod hay;
// Utilities for making tests nicer to read and easier to write.
mod util;
+// Tests for ripgrep's handling of binary files.
+mod binary;
// Tests related to most features in ripgrep. If you're adding something new
// to ripgrep, tests should probably go in here.
mod feature;