diff options
author | Ned Deily <nad@acm.org> | 2012-07-20 13:24:58 -0700 |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2012-07-20 13:24:58 -0700 |
commit | cc409f4eccb03767bb30d8d8e022782b23e4ded2 (patch) | |
tree | 9c9ffc83c511cdf13307c04860b0ba258022c5b0 /Makefile.pre.in | |
parent | ed19fcec8983aafcb74bbb843f979854bdd253fa (diff) | |
download | cpython-git-cc409f4eccb03767bb30d8d8e022782b23e4ded2.tar.gz |
Issue #15168: Ensure test_importlib subdirectories are installed.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 9c92b51239..a421d6ce21 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1008,9 +1008,9 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \ lib2to3/tests/data/fixers/myfixes \ ctypes ctypes/test ctypes/macholib idlelib idlelib/Icons \ distutils distutils/command distutils/tests $(XMLLIBSUBDIRS) \ - importlib importlib/test importlib/test/builtin \ - importlib/test/extension importlib/test/frozen \ - importlib/test/import_ importlib/test/source \ + importlib test/test_importlib test/test_importlib/builtin \ + test/test_importlib/extension test/test_importlib/frozen \ + test/test_importlib/import_ test/test_importlib/source \ turtledemo \ multiprocessing multiprocessing/dummy \ unittest unittest/test unittest/test/testmock \ |