]> git.cworth.org Git - notmuch/blobdiff - test/notmuch-test
test: tests for command-line-arguments.c
[notmuch] / test / notmuch-test
index 6c65ed7a282bed731cc5bd4bbf0ce5196ee84dbd..d05bb38b1287e46f84c321b41fcbc5eecb5e1a00 100755 (executable)
@@ -18,6 +18,7 @@ cd $(dirname "$0")
 
 TESTS="
   basic
+  help-test
   new
   count
   search
@@ -46,6 +47,8 @@ TESTS="
   symbol-hiding
   search-folder-coherence
   atomicity
+  python
+  argument-parsing
 "
 TESTS=${NOTMUCH_TESTS:=$TESTS}