]> git.notmuchmail.org Git - notmuch/blobdiff - Makefile.local
notmuch: Add a new "notmuch config" command for querying configuration.
[notmuch] / Makefile.local
index bc61a3c108f0db972987a6e5aa0ab6dc0262f1a6..ade84121fcb887e6c017bc977f063c17c52c0a8f 100644 (file)
@@ -61,10 +61,6 @@ ifeq ($(shell cat .first-build-message 2>/dev/null),)
 endif
 endif
 
-.PHONY: test
-test: all
-       @./test/notmuch-test
-
 $(TAR_FILE):
        git archive --format=tar --prefix=$(PACKAGE)-$(VERSION)/ HEAD > $(TAR_FILE).tmp
        echo $(VERSION) > version.tmp