diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2012-04-10 17:44:41 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2012-04-10 17:44:41 (GMT) |
commit | eba2428002c7c98ba98141f710322904a8928b47 (patch) | |
tree | 1580d7a89ead5de39792b191cd2b8233713b4b82 /Makefile.pre.in | |
parent | cc74b6ab14b66c2880beacefcd5df44a5a475232 (diff) | |
parent | 935b62968e7b8e38fa5d91441d2eb48f2fbda2da (diff) | |
download | cpython-eba2428002c7c98ba98141f710322904a8928b47.zip cpython-eba2428002c7c98ba98141f710322904a8928b47.tar.gz cpython-eba2428002c7c98ba98141f710322904a8928b47.tar.bz2 |
Issue #14541: Merged addition of test/sndhdrdata to Makefile.pre.in from 3.2.
Diffstat (limited to 'Makefile.pre.in')
-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 a77b8b4..71be3ac 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -952,7 +952,7 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \ tkinter/test/test_ttk site-packages test \ test/capath test/data \ test/cjkencodings test/decimaltestdata test/xmltestdata \ - test/subprocessdata \ + test/subprocessdata test/sndhdrdata \ test/tracedmodules test/encoded_modules \ collections concurrent concurrent/futures encodings \ email email/mime test/test_email test/test_email/data \ |