summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-04-08 13:27:29 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-04-08 13:27:29 (GMT)
commit487915c729022a93e9b824a3b70224ff9d32026f (patch)
treea7050f22ad638b16eafeaa162cdb621728790bcd /Makefile.pre.in
parent1355a3dbf6ef4c6d30ace8049cb0d7632387fbbc (diff)
downloadcpython-487915c729022a93e9b824a3b70224ff9d32026f.zip
cpython-487915c729022a93e9b824a3b70224ff9d32026f.tar.gz
cpython-487915c729022a93e9b824a3b70224ff9d32026f.tar.bz2
these must be installed to correctly run tests
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 31a52a0..3525164 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -826,7 +826,8 @@ LIBSUBDIRS= lib-tk site-packages test test/output test/data \
json json/tests \
sqlite3 sqlite3/test \
logging bsddb bsddb/test csv importlib wsgiref \
- lib2to3 lib2to3/fixes lib2to3/pgen2 lib2to3/tests \
+ lib2to3 lib2to3/fixes lib2to3/pgen2 lib2to3/tests
+ lib2to3/tests/data lib2to3/tests/data/fixes lib2to3/tests/data/fixers/myfixes \
ctypes ctypes/test ctypes/macholib idlelib idlelib/Icons \
distutils distutils/command distutils/tests $(XMLLIBSUBDIRS) \
multiprocessing multiprocessing/dummy \