]> git.notmuchmail.org Git - notmuch/blobdiff - test/notmuch-test
test: allow specifying tests to run with NOTMUCH_TESTS env var
[notmuch] / test / notmuch-test
index 9d77c0fa172559e187f4216afceee0e41823a2e8..adc657d2d220d0a4bde7873bec80eff1fa18bf77 100755 (executable)
@@ -23,7 +23,9 @@ TESTS="
   search-output
   search-by-folder
   search-position-overlap-bug
+  search-insufficient-from-quoting
   json
+  multipart
   thread-naming
   raw
   reply
@@ -35,8 +37,10 @@ TESTS="
   long-id
   encoding
   emacs
+  emacs-large-search-buffer
   maildir-sync
 "
+TESTS=${NOTMUCH_TESTS:=$TESTS}
 
 # Clean up any results from a previous run
 rm -r test-results >/dev/null 2>/dev/null