summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index a24d7c1626..949a029d45 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,3 +1,9 @@
#![deny(missing_docs)]
//! The core components of the talpidaemon VPN client.
+
+#[cfg(test)]
+mod tests {
+ #[test]
+ fn it_works() {}
+}