aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib.rs
diff options
context:
space:
mode:
authorDirk Van Haerenborgh <vhdirk@gmail.com>2019-11-13 14:56:32 +0100
committerDirk Van Haerenborgh <vhdirk@gmail.com>2019-11-13 14:56:32 +0100
commit3f795961db8228da27bb4823fac2f68e57e7276a (patch)
treedbf4916ebbd04ea281f4f86d03148c18a4d02339 /tests/lib.rs
parent422377021f9a15b30d297b6ead7864098d5b2c2d (diff)
downloadmail-3f795961db8228da27bb4823fac2f68e57e7276a.tar.gz
port tests from notmuch-python-cffi
Diffstat (limited to 'tests/lib.rs')
-rw-r--r--tests/lib.rs11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/lib.rs b/tests/lib.rs
new file mode 100644
index 0000000..c5095f4
--- /dev/null
+++ b/tests/lib.rs
@@ -0,0 +1,11 @@
+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;
+