summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorErlend E. Aasland <erlend.aasland@protonmail.com>2022-11-17 08:56:56 (GMT)
committerGitHub <noreply@github.com>2022-11-17 08:56:56 (GMT)
commit12b5a3c5f50749c8b06be781c47872262c658b45 (patch)
treeef08de8d52d8be379b263c204495f992ab53b4d4 /PCbuild
parent5fdd49dc653b4c14e3303c1eefd9d031602bbbf5 (diff)
downloadcpython-12b5a3c5f50749c8b06be781c47872262c658b45.zip
cpython-12b5a3c5f50749c8b06be781c47872262c658b45.tar.gz
cpython-12b5a3c5f50749c8b06be781c47872262c658b45.tar.bz2
gh-93649: Split float/long tests from _testcapimodule.c (GH-99549)
Automerge-Triggered-By: GH:erlend-aasland
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/_testcapi.vcxproj2
-rw-r--r--PCbuild/_testcapi.vcxproj.filters6
2 files changed, 8 insertions, 0 deletions
diff --git a/PCbuild/_testcapi.vcxproj b/PCbuild/_testcapi.vcxproj
index 42e7d30..d91cdfe 100644
--- a/PCbuild/_testcapi.vcxproj
+++ b/PCbuild/_testcapi.vcxproj
@@ -104,6 +104,8 @@
<ClCompile Include="..\Modules\_testcapi\docstring.c" />
<ClCompile Include="..\Modules\_testcapi\mem.c" />
<ClCompile Include="..\Modules\_testcapi\watchers.c" />
+ <ClCompile Include="..\Modules\_testcapi\float.c" />
+ <ClCompile Include="..\Modules\_testcapi\long.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\PC\python_nt.rc" />
diff --git a/PCbuild/_testcapi.vcxproj.filters b/PCbuild/_testcapi.vcxproj.filters
index 75652c3..1b112b1 100644
--- a/PCbuild/_testcapi.vcxproj.filters
+++ b/PCbuild/_testcapi.vcxproj.filters
@@ -42,6 +42,12 @@
<ClCompile Include="..\Modules\_testcapi\watchers.c">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="..\Modules\_testcapi\float.c">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ <ClCompile Include="..\Modules\_testcapi\long.c">
+ <Filter>Source Files</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\PC\python_nt.rc">