]> git.notmuchmail.org Git - notmuch/blobdiff - Makefile.local
Makefile: Make "make release" run the test suite.
[notmuch] / Makefile.local
index fed32c071c82eee9be8039e7c68729f317d3015c..3f8f1d56c81add165cd5844cf0ed471f635bcf58 100644 (file)
@@ -70,7 +70,9 @@ dist: $(TAR_FILE)
 # We invoke make recursively only to force ordering of our phony
 # targets in the case of parallel invocation of make (-j).
 .PHONY: release
 # We invoke make recursively only to force ordering of our phony
 # targets in the case of parallel invocation of make (-j).
 .PHONY: release
-release: release-verify-newer
+release:
+       $(MAKE) test
+       $(MAKE) release-verify-newer
        $(MAKE) release-upload
        @echo "Please send a release announcement as follows:"
        @echo ""
        $(MAKE) release-upload
        @echo "Please send a release announcement as follows:"
        @echo ""