summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-10-14 21:19:24 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2013-10-14 21:19:24 +0300
commite1426b61f6a200014d82877e5318f46997688f8c (patch)
tree6404f620688df0cb48a969d3398d6a8a1e11f5a5
parent481c6dd79f8263e9f4ffd1baac2e8463f5fdfac3 (diff)
parentc3a9b3558833e03ec32c77b96b46dccb847d5ef0 (diff)
downloadcpython-git-e1426b61f6a200014d82877e5318f46997688f8c.tar.gz
Issue #18919: Add test/audiodata to LIBSUBDIRS.
-rw-r--r--Makefile.pre.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 1d7b7c3c66..63e742de67 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1060,6 +1060,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/audiodata \
test/capath test/data \
test/cjkencodings test/decimaltestdata test/xmltestdata \
test/subprocessdata test/sndhdrdata test/support \