From 3f795961db8228da27bb4823fac2f68e57e7276a Mon Sep 17 00:00:00 2001 From: Dirk Van Haerenborgh Date: Wed, 13 Nov 2019 14:56:32 +0100 Subject: port tests from notmuch-python-cffi --- tests/lib.rs | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/lib.rs (limited to 'tests/lib.rs') 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; + -- cgit v1.2.1