From: Stefan Behnel Date: Thu, 10 Jul 2008 08:25:44 +0000 (+0200) Subject: status output from 'make test' target X-Git-Tag: 0.9.8.1~126 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=df65309fd67c1bbf519dfb5d5ae8658163264dac;p=cython.git status output from 'make test' target --- diff --git a/Makefile b/Makefile index 1026ec2b..37380a2a 100644 --- 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