tests: test depends on _version.py

because there is a test that asserts that our version is not "unknown"
This commit is contained in:
Zooko O'Whielacronx 2008-02-28 14:29:24 -07:00
parent c284da9168
commit 854ae28ad6
1 changed files with 1 additions and 1 deletions

View File

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