From ffc86c415c32d5d2b55da35bb9a16e82e7d8e133 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 19 Apr 2009 08:14:04 -0400 Subject: Make it more convenient to run tests outside of the makefile. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2df901e..7b35892 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.1