aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.local
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2010-09-17 12:10:54 -0700
committerGravatar Carl Worth <cworth@cworth.org>2010-09-17 12:16:10 -0700
commite6ba2c63c9ba3d8999bd2f1c5eac3c5bf7c14167 (patch)
treea8f6a53119f082e84283c9d4fd924862252d6d65 /Makefile.local
parent7a72999fad235deddb1364b8667f7012939ab385 (diff)
test: Fix test suite to integrate with our non-recursive Makefile system.
This avoids "make test" emitting messages from three (3!) recursive invocations of make. We change the invocations of the tests themselves to occur directly from the shell script rather than having the shell script invoke make again and using wildcards in the Makefile.
Diffstat (limited to 'Makefile.local')
-rw-r--r--Makefile.local4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.local b/Makefile.local
index bc61a3c1..ade84121 100644
--- a/Makefile.local
+++ b/Makefile.local
@@ -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