X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=Makefile.local;h=fed32c071c82eee9be8039e7c68729f317d3015c;hb=e96f7ca585c527b9543b340f5184a6a2ea656135;hp=4a8142f03e6c9810a5d23d046ef5cbac90c74406;hpb=c48dcc302c5509452e5364a8aebdfa03f33a6857;p=obsolete%2Fnotmuch-old diff --git a/Makefile.local b/Makefile.local index 4a8142f0..fed32c07 100644 --- a/Makefile.local +++ b/Makefile.local @@ -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