diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-04-19 08:14:04 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-04-19 08:14:04 -0400 |
commit | 89fbd04106100a4cc821cc41bac2e9301bda33ec (patch) | |
tree | a207529cfa4e32da65b472e4afd53f7417e96083 | |
parent | 6252a36d160321d11e0d52f2ad6b6255ef265f6a (diff) | |
download | python-coveragepy-git-89fbd04106100a4cc821cc41bac2e9301bda33ec.tar.gz |
Make it more convenient to run tests outside of the makefile.
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -28,7 +28,9 @@ lint: clean python /Python25/Lib/tabnanny.py coverage python checkeol.py -tests: $(TEST_ZIP) devinst +testready: $(TEST_ZIP) devinst + +tests: testready nosetests $(TEST_ZIP): test/covmodzip1.py |