summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-09-17 07:29:02 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-09-17 07:29:02 -0400
commit8912297ae81c94c72f93d7154e3b9ca28b06ecc6 (patch)
tree1e76d3a439c6cd0348316626081f1e74e9055a2e /Makefile
parent3e23f8decad634948ae6892643712b045feb2ac4 (diff)
downloadpython-coveragepy-8912297ae81c94c72f93d7154e3b9ca28b06ecc6.tar.gz
Better 3.x testing, etc.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aad6842..c747d13 100644
--- a/Makefile
+++ b/Makefile
@@ -41,11 +41,12 @@ lint:
python /Python25/Lib/tabnanny.py coverage scripts test setup.py
python checkeol.py
-testready: $(TEST_ZIP) devinst
+testready: testdata devinst
tests: testready
nosetests
+testdata: $(TEST_ZIP)
$(TEST_ZIP): test/covmodzip1.py
zip -j $@ $+