summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorDong-hee Na <donghee.na@python.org>2023-05-02 15:05:30 (GMT)
committerGitHub <noreply@github.com>2023-05-02 15:05:30 (GMT)
commitd81ca7ec029ba05084751c8df64292bb48f4f30f (patch)
treecc994cf44d437ac03d2b2c829377d6e40e16f319 /PCbuild
parent87223f32aba872cfebde6fbe38673799eb79f248 (diff)
downloadcpython-d81ca7ec029ba05084751c8df64292bb48f4f30f.zip
cpython-d81ca7ec029ba05084751c8df64292bb48f4f30f.tar.gz
cpython-d81ca7ec029ba05084751c8df64292bb48f4f30f.tar.bz2
gh-84436: Add integration C API tests for immortal objects (gh-103962)
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/_testcapi.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/PCbuild/_testcapi.vcxproj b/PCbuild/_testcapi.vcxproj
index 439cd68..2194124 100644
--- a/PCbuild/_testcapi.vcxproj
+++ b/PCbuild/_testcapi.vcxproj
@@ -110,6 +110,7 @@
<ClCompile Include="..\Modules\_testcapi\exceptions.c" />
<ClCompile Include="..\Modules\_testcapi\code.c" />
<ClCompile Include="..\Modules\_testcapi\pyos.c" />
+ <ClCompile Include="..\Modules\_testcapi\immortal.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\PC\python_nt.rc" />