File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -1426,6 +1426,7 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
1426
1426
ctypes ctypes/test ctypes/macholib \
1427
1427
idlelib idlelib/Icons idlelib/idle_test \
1428
1428
distutils distutils/command distutils/tests $(XMLLIBSUBDIRS) \
1429
+ test/test_peg_generator \
1429
1430
test/test_tools test/test_warnings test/test_warnings/data \
1430
1431
turtledemo \
1431
1432
multiprocessing multiprocessing/dummy \
Original file line number Diff line number Diff line change 1207
1207
<Compile Include =" test\test_pathlib.py" />
1208
1208
<Compile Include =" test\test_pdb.py" />
1209
1209
<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" />
1210
1216
<Compile Include =" test\test_pickle.py" />
1211
1217
<Compile Include =" test\test_pickletools.py" />
1212
1218
<Compile Include =" test\test_pipes.py" />
1787
1793
<Folder Include =" test\test_import\data\package" />
1788
1794
<Folder Include =" test\test_import\data\package2" />
1789
1795
<Folder Include =" test\test_json" />
1796
+ <Folder Include =" test\test_peg_generator" />
1790
1797
<Folder Include =" test\test_tools" />
1791
1798
<Folder Include =" test\test_warnings" />
1792
1799
<Folder Include =" test\test_warnings\data" />
You can’t perform that action at this time.
0 commit comments