From: Serhiy Storchaka Date: Mon, 1 May 2017 16:53:45 +0000 (+0300) Subject: bpo-30207: Install the Lib/test/support directory. (#1369) X-Git-Tag: v2.7.14rc1~193 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6bed8f95d72f622cb916bcebad651ccd3de6fe9d;p=python bpo-30207: Install the Lib/test/support directory. (#1369) --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 2b054684c6..57ee092bd0 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1044,6 +1044,7 @@ LIBSUBDIRS= lib-tk lib-tk/test lib-tk/test/test_tkinter \ test/data test/cjkencodings test/decimaltestdata test/xmltestdata \ test/imghdrdata \ test/subprocessdata \ + test/support \ test/tracedmodules \ encodings compiler hotshot \ email email/mime email/test email/test/data \