From 4044c843a5c6788b228d9aa38f51676f43b2ae94 Mon Sep 17 00:00:00 2001 From: Pablo Galindo Date: Mon, 27 Apr 2020 11:18:04 +0100 Subject: [PATCH] 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. --- Makefile.pre.in | 1 + PCbuild/lib.pyproj | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/Makefile.pre.in b/Makefile.pre.in index 400654718eb..18fa97bec33 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 0237b8cc855..ee01d109f16 100644 --- a/PCbuild/lib.pyproj +++ b/PCbuild/lib.pyproj @@ -1207,6 +1207,12 @@ + + + + + + @@ -1787,6 +1793,7 @@ +