projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dd4911
)
mark tests in 'tests/bugs' runnable
author
Stefan Behnel
<scoder@users.berlios.de>
Sun, 25 Jan 2009 08:53:53 +0000
(09:53 +0100)
committer
Stefan Behnel
<scoder@users.berlios.de>
Sun, 25 Jan 2009 08:53:53 +0000
(09:53 +0100)
runtests.py
patch
|
blob
|
history
diff --git
a/runtests.py
b/runtests.py
index 6bbce9926592e4cf1b5744256c064bf9e30998dc..4a5d168c15e3489bcc6ffab875336906f27f30c5 100644
(file)
--- a/
runtests.py
+++ b/
runtests.py
@@
-10,7
+10,7
@@
from distutils.command.build_ext import build_ext as _build_ext
distutils_distro = Distribution()
TEST_DIRS = ['compile', 'errors', 'run', 'pyregr']
-TEST_RUN_DIRS = ['run', 'pyregr']
+TEST_RUN_DIRS = ['run', 'pyregr'
, 'bugs'
]
# Lists external modules, and a matcher matching tests
# which should be excluded if the module is not present.