]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Makefile: add 'make check' as an alias for 'make test'. Also remove an unnecessary...
authordavid-sarah <david-sarah@jacaranda.org>
Thu, 23 Jun 2011 20:55:28 +0000 (13:55 -0700)
committerdavid-sarah <david-sarah@jacaranda.org>
Thu, 23 Jun 2011 20:55:28 +0000 (13:55 -0700)
Makefile

index 0917f5fd57bab6d567b4d0313e47000649411ff9..fddd092c50ed4736bfd83920572e12e47f0f6127 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -70,7 +70,7 @@ endif
 
 # TESTING
 
-.PHONY: signal-error-deps test test-coverage quicktest quicktest-coverage
+.PHONY: signal-error-deps test check test-coverage quicktest quicktest-coverage
 .PHONY: coverage-output get-old-coverage-coverage coverage-delta-output
 
 
@@ -97,8 +97,13 @@ TEST=allmydata
 # use 'make test TRIALARGS=--reporter=bwverbose' from buildbot, to
 # suppress the ansi color sequences
 
-test: build src/allmydata/_version.py
+# It is unnecessary to have this depend on build or src/allmydata/_version.py,
+# since 'setup.py test' always updates the version and builds before testing.
+test:
        $(PYTHON) setup.py test $(TRIALARGS) -s $(TEST)
+       touch .built
+
+check: test
 
 fuse-test: .built .checked-deps
        $(RUNPP) -d contrib/fuse -p -c runtests.py