From: Stefan Behnel Date: Sun, 25 Jan 2009 08:53:53 +0000 (+0100) Subject: mark tests in 'tests/bugs' runnable X-Git-Tag: 0.11.rc~107 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f581a79dd6b255b917963d66c08377c568d37b4a;p=cython.git mark tests in 'tests/bugs' runnable --- diff --git a/runtests.py b/runtests.py index 6bbce992..4a5d168c 100644 --- 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.