aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.local
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2010-04-15 16:08:37 -0700
committerGravatar Carl Worth <cworth@cworth.org>2010-04-15 16:08:37 -0700
commitf3428823e5cfa8e524e3ea7be8b497020d0693ba (patch)
treebbae2495ae7e7d44b60584e0c4d18838215594a3 /Makefile.local
parentcddeaa59ab9c85ae4a09cae769b8677fd60141b8 (diff)
Makefile: Make "make release" run the test suite.
This drops one manual step from our release process, (helping to ensure we don't forget anything during the release).
Diffstat (limited to 'Makefile.local')
-rw-r--r--Makefile.local4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.local b/Makefile.local
index fed32c07..3f8f1d56 100644
--- a/Makefile.local
+++ b/Makefile.local
@@ -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
-release: release-verify-newer
+release:
+ $(MAKE) test
+ $(MAKE) release-verify-newer
$(MAKE) release-upload
@echo "Please send a release announcement as follows:"
@echo ""