diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-14 21:18:50 +0300 |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-14 21:18:50 +0300 |
commit | c3a9b3558833e03ec32c77b96b46dccb847d5ef0 (patch) | |
tree | 363675f103a44cbc63990b8fbbd9cca41230d98c | |
parent | 85812bca211dda686666d4a88182d5f7587decbc (diff) | |
download | cpython-git-c3a9b3558833e03ec32c77b96b46dccb847d5ef0.tar.gz |
Issue #18919: Add test/audiodata to LIBSUBDIRS.
-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 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 \ |