summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2011-07-05 02:11:14 (GMT)
committerNed Deily <nad@acm.org>2011-07-05 02:11:14 (GMT)
commit368ff10c4dc4730cd8f1ae8e2358af59ab0db96f (patch)
tree20d63f3918637222c071d2d01a4e8703c556ae4c /Makefile.pre.in
parent4bd3e5d7999f50bdd5ee150a9a8c20034967566d (diff)
parente2d519035f9d4702aff11cd8be68859c77a5feb2 (diff)
downloadcpython-368ff10c4dc4730cd8f1ae8e2358af59ab0db96f.zip
cpython-368ff10c4dc4730cd8f1ae8e2358af59ab0db96f.tar.gz
cpython-368ff10c4dc4730cd8f1ae8e2358af59ab0db96f.tar.bz2
Issue #12497: Install test/data to prevent failures of the various codecmaps
tests.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index ea08165..c2b1a11 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -912,7 +912,7 @@ MACHDEPS= $(PLATDIR) $(EXTRAPLATDIR)
XMLLIBSUBDIRS= xml xml/dom xml/etree xml/parsers xml/sax
LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
tkinter/test/test_ttk site-packages test \
- test/capath \
+ test/capath test/data \
test/cjkencodings test/decimaltestdata test/xmltestdata \
test/subprocessdata \
test/tracedmodules test/encoded_modules \