diff options
author | Pablo Galindo <Pablogsal@gmail.com> | 2020-04-27 10:18:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-27 10:18:04 (GMT) |
commit | 4044c843a5c6788b228d9aa38f51676f43b2ae94 (patch) | |
tree | 36c1378c60bc6c15bd6fc8094df6e55fb103aaac /Makefile.pre.in | |
parent | 6292be7adf247589bbf03524f8883cb4cb61f3e9 (diff) | |
download | cpython-4044c843a5c6788b228d9aa38f51676f43b2ae94.zip cpython-4044c843a5c6788b228d9aa38f51676f43b2ae94.tar.gz cpython-4044c843a5c6788b228d9aa38f51676f43b2ae94.tar.bz2 |
Add files in tests/test_peg_generator to the install target lists (GH-19723)
Update the "Makefile.pre.in" template and the "PCbuild/lib.pyproj" with the files in "Lib/test/test/test_peg_generator" so they get correctly installed along the rest of the standard library.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 4006547..18fa97b 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1426,6 +1426,7 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \ ctypes ctypes/test ctypes/macholib \ idlelib idlelib/Icons idlelib/idle_test \ distutils distutils/command distutils/tests $(XMLLIBSUBDIRS) \ + test/test_peg_generator \ test/test_tools test/test_warnings test/test_warnings/data \ turtledemo \ multiprocessing multiprocessing/dummy \ |