]> 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 c0aed3145b0d805ce59d0567a3322229a12f4064..adc657d2d220d0a4bde7873bec80eff1fa18bf77 100755 (executable)
@@ -25,6 +25,7 @@ TESTS="
   search-position-overlap-bug
   search-insufficient-from-quoting
   json
   search-position-overlap-bug
   search-insufficient-from-quoting
   json
+  multipart
   thread-naming
   raw
   reply
   thread-naming
   raw
   reply
@@ -36,9 +37,10 @@ TESTS="
   long-id
   encoding
   emacs
   long-id
   encoding
   emacs
+  emacs-large-search-buffer
   maildir-sync
   maildir-sync
-  emacs-forgetfulness
 "
 "
+TESTS=${NOTMUCH_TESTS:=$TESTS}
 
 # Clean up any results from a previous run
 rm -r test-results >/dev/null 2>/dev/null
 
 # Clean up any results from a previous run
 rm -r test-results >/dev/null 2>/dev/null