]> git.cworth.org Git - obsolete/notmuch-old/blobdiff - test/notmuch-test
test: add tests for notmuch count
[obsolete/notmuch-old] / test / notmuch-test
index fe85c6a4032f9fbd2e88ad5a2bf9afce067e8679..29de30d7652c3fc6bc7889c44cc450b8b92086cc 100755 (executable)
@@ -19,11 +19,13 @@ cd $(dirname "$0")
 TESTS="
   basic
   new
+  count
   search
   search-output
   search-by-folder
   search-position-overlap-bug
   search-insufficient-from-quoting
+  tagging
   json
   multipart
   thread-naming
@@ -41,6 +43,8 @@ TESTS="
   maildir-sync
   crypto
   symbol-hiding
+  search-folder-coherence
+  atomicity
 "
 TESTS=${NOTMUCH_TESTS:=$TESTS}