]> git.notmuchmail.org Git - notmuch/blobdiff - test/notmuch-test
test: add smoke tests for the date/time parser module
[notmuch] / test / notmuch-test
index 801df732f176cc3f7e0cdfe9978921d70245dffc..7eadfdfd81efc81e0f837ad133920210b8fd0b97 100755 (executable)
@@ -19,6 +19,7 @@ cd $(dirname "$0")
 TESTS="
   basic
   help-test
+  config
   new
   count
   search
@@ -30,6 +31,7 @@ TESTS="
   excludes
   tagging
   json
+  text
   multipart
   thread-naming
   raw
@@ -57,6 +59,8 @@ TESTS="
   emacs-address-cleaning
   emacs-hello
   emacs-show
+  missing-headers
+  parse-time-string
 "
 TESTS=${NOTMUCH_TESTS:=$TESTS}