mark tests in 'tests/bugs' runnable
authorStefan Behnel <scoder@users.berlios.de>
Sun, 25 Jan 2009 08:53:53 +0000 (09:53 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 25 Jan 2009 08:53:53 +0000 (09:53 +0100)
runtests.py

index 6bbce9926592e4cf1b5744256c064bf9e30998dc..4a5d168c15e3489bcc6ffab875336906f27f30c5 100644 (file)
@@ -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.