From: Zooko O'Whielacronx Date: Thu, 28 Feb 2008 21:29:24 +0000 (-0700) Subject: tests: test depends on _version.py X-Git-Tag: allmydata-tahoe-0.9.0~99 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=854ae28ad66d636f46638dfe12ba6012cbc651e9;p=tahoe-lafs%2Ftahoe-lafs.git tests: test depends on _version.py because there is a test that asserts that our version is not "unknown" --- diff --git a/Makefile b/Makefile index 90b759c0..f25a1316 100644 --- 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)