'make test3' target to build with the default python version and run the tests agains...
authorStefan Behnel <scoder@users.berlios.de>
Fri, 16 May 2008 18:30:13 +0000 (20:30 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 16 May 2008 18:30:13 +0000 (20:30 +0200)
Makefile

index 73a57dd4e9dd5b0353bc9521823b5cfba696177a..81aa68b4ed14f9ff564bb1e72e0d9895246e9b9c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,3 +17,7 @@ testclean:
 
 test:  testclean
        ${PYTHON} runtests.py
+
+test3: testclean
+       ${PYTHON} runtests.py --no-cleanup
+       python3.0 runtests.py --no-cython