From: Ned Deily Date: Mon, 4 Nov 2013 04:08:53 +0000 (-0800) Subject: Issue #15392: Install idlelib/idle_test. X-Git-Tag: v3.4.0b1~404^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c3909e5af73bf9cde2d54be83b0d020c8934ebd3;p=thirdparty%2FPython%2Fcpython.git Issue #15392: Install idlelib/idle_test. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 27dd75fb7085..5f677c803f87 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1048,7 +1048,8 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \ lib2to3 lib2to3/fixes lib2to3/pgen2 lib2to3/tests \ lib2to3/tests/data lib2to3/tests/data/fixers \ lib2to3/tests/data/fixers/myfixes \ - ctypes ctypes/test ctypes/macholib idlelib idlelib/Icons \ + ctypes ctypes/test ctypes/macholib \ + idlelib idlelib/Icons idlelib/idle_test \ distutils distutils/command distutils/tests $(XMLLIBSUBDIRS) \ importlib test/test_importlib test/test_importlib/builtin \ test/test_importlib/extension test/test_importlib/frozen \