]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: test depends on build, which means it invokes setup.py every time, which is...
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 24 Apr 2008 16:57:04 +0000 (09:57 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 24 Apr 2008 16:57:04 +0000 (09:57 -0700)
There is a new target "quicktest" which depends on the .built and .checked-deps files.  test-figleaf also depends on the build target now.

Makefile

index 7214f389d555359a188f075c5e1fd15aa9273579..dc3d79f454ac3f1a1be30296b10ff29d5ad284e6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -176,10 +176,13 @@ TEST=allmydata
 # use 'make test TRIALARGS=--reporter=bwverbose' from buildbot, to
 # suppress the ansi color sequences
 
-test: .built .checked-deps src/allmydata/_version.py
+test: build src/allmydata/_version.py
        $(PP) $(TRIAL) $(TRIALARGS) $(TEST)
 
-test-figleaf: .built .checked-deps
+quicktest: .built .checked-deps
+       $(PP) $(TRIAL) $(TRIALARGS) $(TEST)
+
+test-figleaf: build src/allmydata/_version.py
        rm -f .figleaf
        $(PP) $(TRIAL) --reporter=bwverbose-figleaf $(TEST)