summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index a8b52a3f..a35aebee 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -85,6 +85,10 @@ pub use pool::singleton::arc::Arc;
pub use string::String;
pub use vec::Vec;
+#[macro_use]
+#[cfg(test)]
+mod test_helpers;
+
mod deque;
mod histbuf;
mod indexmap;