◐ Shell
clean mode source ↗

gh-108494: Build _testclinic_limited on Windows by vstinner · Pull Request #108589 · python/cpython

@bedevere-bot mentioned this pull request

Aug 28, 2023

@vstinner vstinner changed the title gh-108494: AC: Build _testclinic_limited on Windows gh-108494: Build _testclinic_limited on Windows

Aug 28, 2023

@vstinner vstinner marked this pull request as ready for review

August 28, 2023 23:21
Add _testclinic_limited project to the Visual Studio solution:

* In PCbuild/, copy _asyncio.vcxproj to _testclinic_limited.vcxproj,
  replace RootNamespace with "_testclinic_limited".
* In Visual Stuido, open PCbuild\pcbuild.sln, add the existing
  "_testclinic_limited" project to the solution.
* Add a dependency from "python" project to "_testclinic_limited"
  project.
* Save and exit VS.
* Add "_testclinic_limited" to <TestModules Include="...">
  in PCbuild\pcbuild.proj.

@vstinner vstinner deleted the ac_build_test_limited_win branch

August 28, 2023 23:56