diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-07-28 20:57:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-28 20:57:26 (GMT) |
commit | b4355de94705362a0b83b6ce92572f45273f64b9 (patch) | |
tree | 97ba79e1477c51bf3f929806a6aebee1b6d424c2 /Tools | |
parent | 32502da987549a6bfe52c80a21244ab18f663e2b (diff) | |
download | cpython-b4355de94705362a0b83b6ce92572f45273f64b9.zip cpython-b4355de94705362a0b83b6ce92572f45273f64b9.tar.gz cpython-b4355de94705362a0b83b6ce92572f45273f64b9.tar.bz2 |
[3.12] gh-104629: Build _testclinic extension module on Windows (GH-104723) (#107393)
(cherry picked from commit 3a1d819ebc36189e086198212822c9b29384f242)
Co-authored-by: Erlend E. Aasland <erlend@python.org>
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/msi/test/test_files.wxs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/msi/test/test_files.wxs b/Tools/msi/test/test_files.wxs index b5f68fa..87e164c 100644 --- a/Tools/msi/test/test_files.wxs +++ b/Tools/msi/test/test_files.wxs @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> - <?define exts=_testcapi;_ctypes_test;_testbuffer;_testimportmultiple;_testmultiphase;_testsinglephase;_testconsole;_testinternalcapi ?> + <?define exts=_testcapi;_ctypes_test;_testbuffer;_testimportmultiple;_testmultiphase;_testsinglephase;_testconsole;_testinternalcapi;_testclinic ?> <Fragment> <ComponentGroup Id="test_extensions"> <?foreach ext in $(var.exts)?> |