From: Ned Deily Date: Tue, 30 Jul 2013 21:30:15 +0000 (-0700) Subject: Issue #15494: Install new test/support directory. X-Git-Tag: v3.4.0a1~37^2~7^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cdc75d967b777db0e4658bb6d500d4fcfca5fecb;p=thirdparty%2FPython%2Fcpython.git Issue #15494: Install new test/support directory. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 000980271a18..73988b2ba2a7 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1012,7 +1012,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/sndhdrdata \ + test/subprocessdata test/sndhdrdata test/support \ test/tracedmodules test/encoded_modules \ test/namespace_pkgs \ test/namespace_pkgs/both_portions \