diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-14 18:18:29 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-14 18:18:29 (GMT) |
commit | 25f68937200d484f65ec107fb76401f90aa6a22a (patch) | |
tree | e7c8d86d505a465f062c3d60416a64f268cda11b | |
parent | e1a8a40d1d3a11b51f4c2cf9ba1fd0824af0483b (diff) | |
download | cpython-25f68937200d484f65ec107fb76401f90aa6a22a.zip cpython-25f68937200d484f65ec107fb76401f90aa6a22a.tar.gz cpython-25f68937200d484f65ec107fb76401f90aa6a22a.tar.bz2 |
Issue #18919: Add test/audiodata to LIBSUBDIRS.
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 98711ae..84014b8 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -924,7 +924,7 @@ PLATMACDIRS= plat-mac plat-mac/Carbon plat-mac/lib-scriptpackages \ plat-mac/lib-scriptpackages/Terminal PLATMACPATH=:plat-mac:plat-mac/lib-scriptpackages LIBSUBDIRS= lib-tk lib-tk/test lib-tk/test/test_tkinter \ - lib-tk/test/test_ttk site-packages test test/data \ + lib-tk/test/test_ttk site-packages test test/audiodata test/data \ test/cjkencodings test/decimaltestdata test/xmltestdata test/subprocessdata \ test/tracedmodules \ encodings compiler hotshot \ |