summaryrefslogtreecommitdiffhomepage
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 1b3cf59b66..81225be473 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -2,6 +2,10 @@
//! The core components of the talpidaemon VPN client.
+#[cfg(test)]
+#[macro_use]
+extern crate assert_matches;
+
extern crate clonablechild;
/// Working with processes.