]> git.notmuchmail.org Git - notmuch/blobdiff - Makefile.local
Makefile: Add a "make test" target.
[notmuch] / Makefile.local
index 4a8142f03e6c9810a5d23d046ef5cbac90c74406..fed32c071c82eee9be8039e7c68729f317d3015c 100644 (file)
@@ -45,6 +45,10 @@ ifeq ($(shell cat .first-build-message),)
 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