projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf9b9b5
)
'make test3' target to build with the default python version and run the tests agains...
author
Stefan Behnel
<scoder@users.berlios.de>
Fri, 16 May 2008 18:30:13 +0000
(20:30 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Fri, 16 May 2008 18:30:13 +0000
(20:30 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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