]> rtime.felk.cvut.cz Git - notmuch.git/blobdiff - Makefile.local
test: Fix test suite to integrate with our non-recursive Makefile system.
[notmuch.git] / 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