aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.local
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.local')
-rw-r--r--Makefile.local4
1 files changed, 4 insertions, 0 deletions
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