]> git.notmuchmail.org Git - notmuch/blobdiff - test/notmuch-test
test: add tests for date:since..until range queries
[notmuch] / test / notmuch-test
index 801df732f176cc3f7e0cdfe9978921d70245dffc..9a1b3758a3ee1081281532bc7b575fab0a3317ad 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,9 @@ TESTS="
   emacs-address-cleaning
   emacs-hello
   emacs-show
+  missing-headers
+  parse-time-string
+  search-date
 "
 TESTS=${NOTMUCH_TESTS:=$TESTS}