summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-10-14 18:18:29 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-10-14 18:18:29 (GMT)
commit25f68937200d484f65ec107fb76401f90aa6a22a (patch)
treee7c8d86d505a465f062c3d60416a64f268cda11b
parente1a8a40d1d3a11b51f4c2cf9ba1fd0824af0483b (diff)
downloadcpython-25f68937200d484f65ec107fb76401f90aa6a22a.zip
cpython-25f68937200d484f65ec107fb76401f90aa6a22a.tar.gz
cpython-25f68937200d484f65ec107fb76401f90aa6a22a.tar.bz2
Issue #18919: Add test/audiodata to LIBSUBDIRS.
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 98711ae..84014b8 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -924,7 +924,7 @@ PLATMACDIRS= plat-mac plat-mac/Carbon plat-mac/lib-scriptpackages \
plat-mac/lib-scriptpackages/Terminal
PLATMACPATH=:plat-mac:plat-mac/lib-scriptpackages
LIBSUBDIRS= lib-tk lib-tk/test lib-tk/test/test_tkinter \
- lib-tk/test/test_ttk site-packages test test/data \
+ lib-tk/test/test_ttk site-packages test test/audiodata test/data \
test/cjkencodings test/decimaltestdata test/xmltestdata test/subprocessdata \
test/tracedmodules \
encodings compiler hotshot \