]> git.notmuchmail.org Git - notmuch/blobdiff - test/notmuch-test
test/python: set LD_LIBRARY_PATH and PYTHONPATH to use local notmuch
[notmuch] / test / notmuch-test
index 29de30d7652c3fc6bc7889c44cc450b8b92086cc..113ea7cf3330ee8b51fdf9fde3c2ec5fd3ec524c 100755 (executable)
@@ -18,6 +18,7 @@ cd $(dirname "$0")
 
 TESTS="
   basic
+  help-test
   new
   count
   search
@@ -25,6 +26,7 @@ TESTS="
   search-by-folder
   search-position-overlap-bug
   search-insufficient-from-quoting
+  search-limiting
   tagging
   json
   multipart
@@ -45,6 +47,7 @@ TESTS="
   symbol-hiding
   search-folder-coherence
   atomicity
+  python
 "
 TESTS=${NOTMUCH_TESTS:=$TESTS}