status output from 'make test' target
authorStefan Behnel <scoder@users.berlios.de>
Thu, 10 Jul 2008 08:25:44 +0000 (10:25 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Thu, 10 Jul 2008 08:25:44 +0000 (10:25 +0200)
Makefile

index 1026ec2bfbe6e0e831089d60feef7b70c6044bca..37380a2a2c1705953e2aca41664606b3d48e6f04 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,11 +11,11 @@ testclean:
        rm -fr BUILD
 
 test:  testclean
-       ${PYTHON} runtests.py
+       ${PYTHON} runtests.py -vv
 
 test3: testclean
        ${PYTHON} runtests.py --no-cleanup
-       python3.0 runtests.py --no-cython
+       python3.0 runtests.py -vv --no-cython
 
 s5:
        $(MAKE) -C Doc/s5 slides