From 00365f1e8ee9990e7041cd25f9a8cf57f9883d74 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Sun, 3 Nov 2013 20:08:17 -0800 Subject: [PATCH] Issue #15392: Install idlelib/idle_test. --- Makefile.pre.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index cf75650f44..043919398c 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -939,7 +939,8 @@ LIBSUBDIRS= lib-tk lib-tk/test lib-tk/test/test_tkinter \ logging bsddb bsddb/test csv importlib wsgiref \ 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) \ multiprocessing multiprocessing/dummy \ unittest unittest/test \ -- 2.50.1