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
commitbc3bcdfe254470db22cfdf4379bc2087554d9d6c (patch)
tree40ced3bfd6baa4c8970d97220496f4ada1ab5094 /Makefile
parent3f47edc7e961895dfeac410e940edc712c42c4e8 (diff)
downloadpython-coveragepy-git-bc3bcdfe254470db22cfdf4379bc2087554d9d6c.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 aad68429..c747d133 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 $@ $+