aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/notmuch-test
diff options
context:
space:
mode:
Diffstat (limited to 'test/notmuch-test')
-rwxr-xr-xtest/notmuch-test22
1 files changed, 21 insertions, 1 deletions
diff --git a/test/notmuch-test b/test/notmuch-test
index b2bfdff0..9d77c0fa 100755
--- a/test/notmuch-test
+++ b/test/notmuch-test
@@ -16,7 +16,27 @@ fi
cd $(dirname "$0")
-TESTS="basic new search search-output search-by-folder search-position-overlap-bug json thread-naming raw reply dump-restore uuencode thread-order author-order from-guessing long-id encoding emacs maildir-sync"
+TESTS="
+ basic
+ new
+ search
+ search-output
+ search-by-folder
+ search-position-overlap-bug
+ json
+ thread-naming
+ raw
+ reply
+ dump-restore
+ uuencode
+ thread-order
+ author-order
+ from-guessing
+ long-id
+ encoding
+ emacs
+ maildir-sync
+"
# Clean up any results from a previous run
rm -r test-results >/dev/null 2>/dev/null