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 /PCbuild/lib.pyproj | |
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 'PCbuild/lib.pyproj')
-rw-r--r-- | PCbuild/lib.pyproj | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/PCbuild/lib.pyproj b/PCbuild/lib.pyproj index 0237b8c..ee01d10 100644 --- a/PCbuild/lib.pyproj +++ b/PCbuild/lib.pyproj @@ -1207,6 +1207,12 @@ <Compile Include="test\test_pathlib.py" /> <Compile Include="test\test_pdb.py" /> <Compile Include="test\test_peepholer.py" /> + <Compile Include="test\test_peg_generator\__init__.py" /> + <Compile Include="test\test_peg_generator\__main__.py" /> + <Compile Include="test\test_peg_generator\ast_dump.py" /> + <Compile Include="test\test_peg_generator\test_c_parser.py" /> + <Compile Include="test\test_peg_generator\test_first_sets.py" /> + <Compile Include="test\test_peg_generator\test_pegen.py" /> <Compile Include="test\test_pickle.py" /> <Compile Include="test\test_pickletools.py" /> <Compile Include="test\test_pipes.py" /> @@ -1787,6 +1793,7 @@ <Folder Include="test\test_import\data\package" /> <Folder Include="test\test_import\data\package2" /> <Folder Include="test\test_json" /> + <Folder Include="test\test_peg_generator" /> <Folder Include="test\test_tools" /> <Folder Include="test\test_warnings" /> <Folder Include="test\test_warnings\data" /> |