summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorSam Gross <colesbury@gmail.com>2023-09-02 00:46:36 (GMT)
committerGitHub <noreply@github.com>2023-09-02 00:46:36 (GMT)
commitaa52888e6a0269f0c31a24bd0d1adb3238147261 (patch)
tree177d3aa73ce0326d30ad26af08b7f7cd25f630da /PCbuild
parent76ce537fb1291f90c6dccbfea8653544de7902fd (diff)
downloadcpython-aa52888e6a0269f0c31a24bd0d1adb3238147261.zip
cpython-aa52888e6a0269f0c31a24bd0d1adb3238147261.tar.gz
cpython-aa52888e6a0269f0c31a24bd0d1adb3238147261.tar.bz2
gh-108777: Split _PyTime tests from _testinternalcapi.c (gh-108787)
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/_testinternalcapi.vcxproj1
-rw-r--r--PCbuild/_testinternalcapi.vcxproj.filters3
2 files changed, 4 insertions, 0 deletions
diff --git a/PCbuild/_testinternalcapi.vcxproj b/PCbuild/_testinternalcapi.vcxproj
index 6c5b12c..59491c6 100644
--- a/PCbuild/_testinternalcapi.vcxproj
+++ b/PCbuild/_testinternalcapi.vcxproj
@@ -94,6 +94,7 @@
</PropertyGroup>
<ItemGroup>
<ClCompile Include="..\Modules\_testinternalcapi.c" />
+ <ClCompile Include="..\Modules\_testinternalcapi\pytime.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\PC\python_nt.rc" />
diff --git a/PCbuild/_testinternalcapi.vcxproj.filters b/PCbuild/_testinternalcapi.vcxproj.filters
index 7734da0..21a66a2 100644
--- a/PCbuild/_testinternalcapi.vcxproj.filters
+++ b/PCbuild/_testinternalcapi.vcxproj.filters
@@ -12,6 +12,9 @@
<ClCompile Include="..\Modules\_testinternalcapi.c">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="..\Modules\_testinternalcapi\pytime.c">
+ <Filter>Source Files</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\PC\python_nt.rc">