removed 'test3' make target - 'make PYTHON=python3 test' now works out of the box...
authorStefan Behnel <scoder@users.berlios.de>
Wed, 28 Jul 2010 08:17:05 +0000 (10:17 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Wed, 28 Jul 2010 08:17:05 +0000 (10:17 +0200)
Makefile

index 3b0d3cf61cdeae9974dc0f01dbd52d8f6d0d7483..c0b74e7ba8da5bc048e25deb97e13d3b83ff129e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -38,9 +38,5 @@ testclean:
 test:  testclean
        ${PYTHON} runtests.py -vv
 
-test3: testclean
-       ${PYTHON} runtests.py --no-cleanup
-       python3.0 runtests.py -vv --no-cython
-
 s5:
        $(MAKE) -C Doc/s5 slides