]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-108494: Build _testclinic_limited on Windows (#108589)
authorVictor Stinner <vstinner@python.org>
Mon, 28 Aug 2023 23:51:39 +0000 (01:51 +0200)
committerGitHub <noreply@github.com>
Mon, 28 Aug 2023 23:51:39 +0000 (23:51 +0000)
commit5c68cba268c07bac165834ad5c72448b195327c4
treef4cd7346060504186ffa1a289d3dd7a3e6d5a0f8
parent0b6a4cb0df28a2698cd2402f988b40309c04b666
gh-108494: Build _testclinic_limited on Windows (#108589)

Add _testclinic_limited project to the Visual Studio solution:

* In "PCbuild/", copy "_asyncio.vcxproj" to "_testclinic_limited.vcxproj",
  replace "RootNamespace" with "_testclinic_limited", replace "_asyncio.c"
  with "_testclinic_limited.c".
* Open Visual Studio, open "PCbuild\pcbuild.sln", add the existing
  "PCbuild\_testclinic_limited.vcxproj" project to the solution.
* Add a dependency from "python" project to the "_testclinic_limited"
  project.
* Save and exit Visual Studio.
* Add ";_testclinic_limited" to "<TestModules Include="...">"
  in "PCbuild\pcbuild.proj".
PCbuild/_testclinic_limited.vcxproj [new file with mode: 0644]
PCbuild/_testclinic_limited.vcxproj.filters [new file with mode: 0644]
PCbuild/pcbuild.proj
PCbuild/pcbuild.sln
PCbuild/readme.txt