diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-14 18:19:24 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-14 18:19:24 (GMT) |
commit | e1426b61f6a200014d82877e5318f46997688f8c (patch) | |
tree | 6404f620688df0cb48a969d3398d6a8a1e11f5a5 /Makefile.pre.in | |
parent | 481c6dd79f8263e9f4ffd1baac2e8463f5fdfac3 (diff) | |
parent | c3a9b3558833e03ec32c77b96b46dccb847d5ef0 (diff) | |
download | cpython-e1426b61f6a200014d82877e5318f46997688f8c.zip cpython-e1426b61f6a200014d82877e5318f46997688f8c.tar.gz cpython-e1426b61f6a200014d82877e5318f46997688f8c.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 1d7b7c3..63e742d 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 \ |