Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Makefile.pre.in
Original file line numberDiff line numberDiff line change
Expand Up@@ -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 \
Expand Down
7 changes: 7 additions & 0 deletions PCbuild/lib.pyproj
Original file line numberDiff line numberDiff line change
Expand Up@@ -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" />
Expand DownExpand Up@@ -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" />
Expand Down