]> git.notmuchmail.org Git - notmuch/blobdiff - test/notmuch-test
test: Add a test script for "notmuch tag"
[notmuch] / test / notmuch-test
index 83f284d928808c86920ecf32dafd77c0b108336b..bbabf288b2226c2120e055ec139f0b25ef2895db 100755 (executable)
@@ -24,6 +24,7 @@ TESTS="
   search-by-folder
   search-position-overlap-bug
   search-insufficient-from-quoting
+  tagging
   json
   multipart
   thread-naming
@@ -40,6 +41,9 @@ TESTS="
   emacs-large-search-buffer
   maildir-sync
   crypto
+  symbol-hiding
+  search-folder-coherence
+  atomicity
 "
 TESTS=${NOTMUCH_TESTS:=$TESTS}