]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
tests: test depends on _version.py
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 28 Feb 2008 21:29:24 +0000 (14:29 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 28 Feb 2008 21:29:24 +0000 (14:29 -0700)
because there is a test that asserts that our version is not "unknown"

Makefile

index 90b759c0b26726295b8530bcd5b271ef31f2e00b..f25a13162834616674f2d88da6a1e5b70efe7d18 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -190,7 +190,7 @@ TEST=allmydata
 # use 'make test TRIALARGS=--reporter=bwverbose' from buildbot, to
 # suppress the ansi color sequences
 
-test: .built .checked-deps
+test: .built .checked-deps src/allmydata/_version.py
        $(PP) \
         $(TRIAL) $(TRIALARGS) $(TEST)