From: Stefan Behnel Date: Fri, 16 May 2008 18:30:13 +0000 (+0200) Subject: 'make test3' target to build with the default python version and run the tests agains... X-Git-Tag: 0.9.8rc1~11^2~10^2~15^2~42 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7b52bdf6f0c2bacd92ee5396b53fffdcceb511fb;p=cython.git 'make test3' target to build with the default python version and run the tests against python3.0 --- diff --git a/Makefile b/Makefile index 73a57dd4..81aa68b4 100644 --- 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