summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-10-14 21:18:50 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2013-10-14 21:18:50 +0300
commitc3a9b3558833e03ec32c77b96b46dccb847d5ef0 (patch)
tree363675f103a44cbc63990b8fbbd9cca41230d98c
parent85812bca211dda686666d4a88182d5f7587decbc (diff)
downloadcpython-git-c3a9b3558833e03ec32c77b96b46dccb847d5ef0.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 dc895c0070..ffaf8fef09 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1010,6 +1010,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 \