summaryrefslogtreecommitdiffstats
path: root/src/core/src/search/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/src/search/mod.rs')
-rw-r--r--src/core/src/search/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/src/search/mod.rs b/src/core/src/search/mod.rs
index 767b11b..c9ca2bd 100644
--- a/src/core/src/search/mod.rs
+++ b/src/core/src/search/mod.rs
@@ -4,6 +4,8 @@ mod search_result;
mod search_state;
mod searchable;
mod state;
+#[cfg(test)]
+pub(crate) mod testutil;
mod thread;
mod update_handler;