Add more test directories to testsuite. Will backport to 2.4.

This commit is contained in:
Martin v. Löwis 2004-12-30 14:08:18 +00:00
parent 658b50f579
commit 5c9e55e813

View file

@ -882,7 +882,11 @@ def add_files(db):
if not have_tcl:
continue
tcltk.set_current()
elif dir in ['test', 'output']:
elif dir in ['test', 'tests', 'data', 'output']:
# test: Lib, Lib/email, Lib/bsddb
# tests: Lib/distutils
# data: Lib/email/test
# output: Lib/test
testsuite.set_current()
else:
default_feature.set_current()