summaryrefslogtreecommitdiffstats
path: root/PCbuild/pcbuild.proj
diff options
context:
space:
mode:
authorErlend E. Aasland <erlend@python.org>2023-07-28 16:31:30 (GMT)
committerGitHub <noreply@github.com>2023-07-28 16:31:30 (GMT)
commit3a1d819ebc36189e086198212822c9b29384f242 (patch)
tree4fbc45cc88b1d36c16ebabbbbcf4fb8f48278f64 /PCbuild/pcbuild.proj
parent1ee605c5888fbc3d51b3e7610bac38ea6bc25e31 (diff)
downloadcpython-3a1d819ebc36189e086198212822c9b29384f242.zip
cpython-3a1d819ebc36189e086198212822c9b29384f242.tar.gz
cpython-3a1d819ebc36189e086198212822c9b29384f242.tar.bz2
gh-104629: Build _testclinic extension module on Windows (#104723)
Diffstat (limited to 'PCbuild/pcbuild.proj')
-rw-r--r--PCbuild/pcbuild.proj2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/pcbuild.proj b/PCbuild/pcbuild.proj
index 46d6961..7735c22 100644
--- a/PCbuild/pcbuild.proj
+++ b/PCbuild/pcbuild.proj
@@ -77,7 +77,7 @@
<ExtensionModules Include="@(ExternalModules->'%(Identity)')" Condition="$(IncludeExternals)" />
<Projects Include="@(ExtensionModules->'%(Identity).vcxproj')" Condition="$(IncludeExtensions)" />
<!-- Test modules -->
- <TestModules Include="_ctypes_test;_testbuffer;_testcapi;_testinternalcapi;_testembed;_testimportmultiple;_testmultiphase;_testsinglephase;_testconsole" />
+ <TestModules Include="_ctypes_test;_testbuffer;_testcapi;_testinternalcapi;_testembed;_testimportmultiple;_testmultiphase;_testsinglephase;_testconsole;_testclinic" />
<TestModules Include="xxlimited" Condition="'$(Configuration)' == 'Release'" />
<TestModules Include="xxlimited_35" Condition="'$(Configuration)' == 'Release'" />
<Projects Include="@(TestModules->'%(Identity).vcxproj')" Condition="$(IncludeTests)">