diff options
author | Ned Deily <nad@acm.org> | 2013-11-04 04:08:53 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2013-11-04 04:08:53 (GMT) |
commit | c3909e5af73bf9cde2d54be83b0d020c8934ebd3 (patch) | |
tree | a1d54762ae66b6bc719f297941b9bb25e7141b8d /Makefile.pre.in | |
parent | 200bcbc348772deaa0aab2f28777363aeb3ffadf (diff) | |
download | cpython-c3909e5af73bf9cde2d54be83b0d020c8934ebd3.zip cpython-c3909e5af73bf9cde2d54be83b0d020c8934ebd3.tar.gz cpython-c3909e5af73bf9cde2d54be83b0d020c8934ebd3.tar.bz2 |
Issue #15392: Install idlelib/idle_test.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 27dd75f..5f677c8 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 \ |