aboutsummaryrefslogtreecommitdiff
path: root/PCbuild
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2017-07-27 12:24:36 +0300
committerGitHub <noreply@github.com>2017-07-27 12:24:36 +0300
commitd5ed47dea25e04a3a144eddf99a4ac4a29242dbc (patch)
tree5ed7aa5b602a17797ceb5ea710c94fb7fe064df5 /PCbuild
parentfd46561167af6cd697191dd7ebb8c2fef5ad6493 (diff)
downloadcpython3-d5ed47dea25e04a3a144eddf99a4ac4a29242dbc.tar.gz
bpo-30814, bpo-30876: Add new import test files to projects. (#2851)
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/lib.pyproj6
1 files changed, 6 insertions, 0 deletions
diff --git a/PCbuild/lib.pyproj b/PCbuild/lib.pyproj
index 73927b33f7..273d5ef752 100644
--- a/PCbuild/lib.pyproj
+++ b/PCbuild/lib.pyproj
@@ -1127,6 +1127,10 @@
<Compile Include="test\test_import\data\circular_imports\subpkg\subpackage2.py" />
<Compile Include="test\test_import\data\circular_imports\subpkg\util.py" />
<Compile Include="test\test_import\data\circular_imports\util.py" />
+ <Compile Include="test\test_import\data\package\__init__.py" />
+ <Compile Include="test\test_import\data\package\submodule.py" />
+ <Compile Include="test\test_import\data\package2\submodule1.py" />
+ <Compile Include="test\test_import\data\package2\submodule2.py" />
<Compile Include="test\test_import\__init__.py" />
<Compile Include="test\test_import\__main__.py" />
<Compile Include="test\test_index.py" />
@@ -1786,6 +1790,8 @@
<Folder Include="test\test_import\data\" />
<Folder Include="test\test_import\data\circular_imports" />
<Folder Include="test\test_import\data\circular_imports\subpkg" />
+ <Folder Include="test\test_import\data\package" />
+ <Folder Include="test\test_import\data\package2" />
<Folder Include="test\test_json" />
<Folder Include="test\test_tools" />
<Folder Include="test\test_warnings" />