From 854ae28ad66d636f46638dfe12ba6012cbc651e9 Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Thu, 28 Feb 2008 14:29:24 -0700
Subject: [PATCH] tests: test depends on _version.py because there is a test
 that asserts that our version is not "unknown"

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)
 
-- 
2.45.2