]> git.notmuchmail.org Git - notmuch/blobdiff - test/notmuch-test
cli: fix use of uninitialized variable in "notmuch reply"
[notmuch] / test / notmuch-test
index 6c65ed7a282bed731cc5bd4bbf0ce5196ee84dbd..ded79e8f703283fa1934add756babb8009d99198 100755 (executable)
@@ -18,6 +18,7 @@ cd $(dirname "$0")
 
 TESTS="
   basic
+  help-test
   new
   count
   search
@@ -46,6 +47,9 @@ TESTS="
   symbol-hiding
   search-folder-coherence
   atomicity
+  python
+  hooks
+  argument-parsing
 "
 TESTS=${NOTMUCH_TESTS:=$TESTS}