aboutsummaryrefslogtreecommitdiffstats
path: root/notmuch/tests/lib.rs
blob: 44ec82f169b9dba3c51a86c6ceb17603a917fcca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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;