]> git.notmuchmail.org Git - notmuch/blobdiff - test/notmuch-test
test: add simple tests for online help
[notmuch] / test / notmuch-test
index 83f284d928808c86920ecf32dafd77c0b108336b..5aced5cef9fdb98cd1c213486de1e0f008371c90 100755 (executable)
@@ -18,12 +18,16 @@ cd $(dirname "$0")
 
 TESTS="
   basic
+  help-test
   new
+  count
   search
   search-output
   search-by-folder
   search-position-overlap-bug
   search-insufficient-from-quoting
+  search-limiting
+  tagging
   json
   multipart
   thread-naming
@@ -40,6 +44,9 @@ TESTS="
   emacs-large-search-buffer
   maildir-sync
   crypto
+  symbol-hiding
+  search-folder-coherence
+  atomicity
 "
 TESTS=${NOTMUCH_TESTS:=$TESTS}