From: Pablo Galindo Date: Mon, 27 Apr 2020 10:18:04 +0000 (+0100) Subject: Add files in tests/test_peg_generator to the install target lists (GH-19723) X-Git-Tag: v3.9.0a6~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4044c843a5c6788b228d9aa38f51676f43b2ae94;p=thirdparty%2FPython%2Fcpython.git 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. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 400654718eb0..18fa97bec33d 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 \ diff --git a/PCbuild/lib.pyproj b/PCbuild/lib.pyproj index 0237b8cc8559..ee01d109f162 100644 --- a/PCbuild/lib.pyproj +++ b/PCbuild/lib.pyproj @@ -1207,6 +1207,12 @@ + + + + + + @@ -1787,6 +1793,7 @@ +