]> git.notmuchmail.org Git - notmuch/blobdiff - test/notmuch-test
Merge branch 'release'
[notmuch] / test / notmuch-test
index f2754398e9ccd53a5bd44c653235e3f9ff2936eb..a0c47d496fd134018efbf257910b17beb3e8d9c1 100755 (executable)
@@ -20,6 +20,7 @@ TESTS="
   basic
   help-test
   config
+  setup
   new
   count
   search
@@ -31,6 +32,7 @@ TESTS="
   excludes
   tagging
   json
+  sexp
   text
   multipart
   thread-naming
@@ -60,8 +62,10 @@ TESTS="
   emacs-hello
   emacs-show
   missing-headers
+  hex-escaping
   parse-time-string
   search-date
+  thread-replies
 "
 TESTS=${NOTMUCH_TESTS:=$TESTS}