]> git.notmuchmail.org Git - notmuch/blobdiff - test/notmuch-test
NEWS: add entries for stashing-related keybinding and tests
[notmuch] / test / notmuch-test
index fe85c6a4032f9fbd2e88ad5a2bf9afce067e8679..adfd589fe0765d19d575d4714f59ef4f352b6022 100755 (executable)
@@ -19,11 +19,14 @@ cd $(dirname "$0")
 TESTS="
   basic
   new
+  count
   search
   search-output
   search-by-folder
   search-position-overlap-bug
   search-insufficient-from-quoting
+  search-limiting
+  tagging
   json
   multipart
   thread-naming
@@ -41,6 +44,8 @@ TESTS="
   maildir-sync
   crypto
   symbol-hiding
+  search-folder-coherence
+  atomicity
 "
 TESTS=${NOTMUCH_TESTS:=$TESTS}