aboutsummaryrefslogtreecommitdiffstats
path: root/notmuch/tests/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'notmuch/tests/lib.rs')
-rw-r--r--notmuch/tests/lib.rs15
1 files changed, 15 insertions, 0 deletions
diff --git a/notmuch/tests/lib.rs b/notmuch/tests/lib.rs
new file mode 100644
index 0000000..44ec82f
--- /dev/null
+++ b/notmuch/tests/lib.rs
@@ -0,0 +1,15 @@
+extern crate dirs;
+extern crate tempfile;
+extern crate notmuch;
+extern crate gethostname;
+extern crate maildir;
+extern crate lettre;
+extern crate lettre_email;
+
+mod fixtures;
+mod test_database;
+mod test_query;
+mod test_thread;
+mod test_message;
+mod test_tags;
+