Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4044c84

Browse files
authored
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.
1 parent 6292be7 commit 4044c84

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Makefile.pre.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1426,6 +1426,7 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
14261426
ctypes ctypes/test ctypes/macholib \
14271427
idlelib idlelib/Icons idlelib/idle_test \
14281428
distutils distutils/command distutils/tests $(XMLLIBSUBDIRS) \
1429+
test/test_peg_generator \
14291430
test/test_tools test/test_warnings test/test_warnings/data \
14301431
turtledemo \
14311432
multiprocessing multiprocessing/dummy \

PCbuild/lib.pyproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1207,6 +1207,12 @@
12071207
<Compile Include="test\test_pathlib.py" />
12081208
<Compile Include="test\test_pdb.py" />
12091209
<Compile Include="test\test_peepholer.py" />
1210+
<Compile Include="test\test_peg_generator\__init__.py" />
1211+
<Compile Include="test\test_peg_generator\__main__.py" />
1212+
<Compile Include="test\test_peg_generator\ast_dump.py" />
1213+
<Compile Include="test\test_peg_generator\test_c_parser.py" />
1214+
<Compile Include="test\test_peg_generator\test_first_sets.py" />
1215+
<Compile Include="test\test_peg_generator\test_pegen.py" />
12101216
<Compile Include="test\test_pickle.py" />
12111217
<Compile Include="test\test_pickletools.py" />
12121218
<Compile Include="test\test_pipes.py" />
@@ -1787,6 +1793,7 @@
17871793
<Folder Include="test\test_import\data\package" />
17881794
<Folder Include="test\test_import\data\package2" />
17891795
<Folder Include="test\test_json" />
1796+
<Folder Include="test\test_peg_generator" />
17901797
<Folder Include="test\test_tools" />
17911798
<Folder Include="test\test_warnings" />
17921799
<Folder Include="test\test_warnings\data" />

0 commit comments

Comments
 (0)