diff options
author | Erlend E. Aasland <erlend.aasland@protonmail.com> | 2022-11-16 19:13:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-16 19:13:32 (GMT) |
commit | 51d10354f43c708ebbb7d13c14bf0ea52b28489e (patch) | |
tree | bce59a3bca311fcd9192403265c806e0f72baa68 /PCbuild/_testcapi.vcxproj | |
parent | 9db1e17c80217d7b18a2f44297d72acd10ee73d6 (diff) | |
download | cpython-51d10354f43c708ebbb7d13c14bf0ea52b28489e.zip cpython-51d10354f43c708ebbb7d13c14bf0ea52b28489e.tar.gz cpython-51d10354f43c708ebbb7d13c14bf0ea52b28489e.tar.bz2 |
gh-93649: Split watcher API tests from _testcapimodule.c (#99532)
Diffstat (limited to 'PCbuild/_testcapi.vcxproj')
-rw-r--r-- | PCbuild/_testcapi.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PCbuild/_testcapi.vcxproj b/PCbuild/_testcapi.vcxproj index 0151d85..42e7d30 100644 --- a/PCbuild/_testcapi.vcxproj +++ b/PCbuild/_testcapi.vcxproj @@ -103,6 +103,7 @@ <ClCompile Include="..\Modules\_testcapi\datetime.c" /> <ClCompile Include="..\Modules\_testcapi\docstring.c" /> <ClCompile Include="..\Modules\_testcapi\mem.c" /> + <ClCompile Include="..\Modules\_testcapi\watchers.c" /> </ItemGroup> <ItemGroup> <ResourceCompile Include="..\PC\python_nt.rc" /> |