diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-14 18:18:50 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-14 18:18:50 (GMT) |
commit | c3a9b3558833e03ec32c77b96b46dccb847d5ef0 (patch) | |
tree | 363675f103a44cbc63990b8fbbd9cca41230d98c /Makefile.pre.in | |
parent | 85812bca211dda686666d4a88182d5f7587decbc (diff) | |
download | cpython-c3a9b3558833e03ec32c77b96b46dccb847d5ef0.zip cpython-c3a9b3558833e03ec32c77b96b46dccb847d5ef0.tar.gz cpython-c3a9b3558833e03ec32c77b96b46dccb847d5ef0.tar.bz2 |
Issue #18919: Add test/audiodata to LIBSUBDIRS.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index dc895c0..ffaf8fef 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 \ |