diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-11-13 22:42:10 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-13 22:42:10 (GMT) |
commit | 8a4557240b98c322d611bfbba3ea51eac3fb841a (patch) | |
tree | 9a1595f5202e054bb5338987974a41103cdc9169 /Tools | |
parent | cb2b2035ca752529755440990c4073d5164e80df (diff) | |
download | cpython-8a4557240b98c322d611bfbba3ea51eac3fb841a.zip cpython-8a4557240b98c322d611bfbba3ea51eac3fb841a.tar.gz cpython-8a4557240b98c322d611bfbba3ea51eac3fb841a.tar.bz2 |
bpo-40754: Adds _testinternalcapi to Windows installer for test suite (GH-23271)
(cherry picked from commit 9b6934230c35e24d8582ea8c58456fa8eab72ae2)
Co-authored-by: Steve Dower <steve.dower@python.org>
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/msi/test/test_files.wxs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/msi/test/test_files.wxs b/Tools/msi/test/test_files.wxs index 82a9115..9127ce8 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"?> +<?xml version="1.0" encoding="UTF-8"?> <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> - <?define exts=_testcapi;_ctypes_test;_testbuffer;_testimportmultiple;_testmultiphase;_testconsole ?> + <?define exts=_testcapi;_ctypes_test;_testbuffer;_testimportmultiple;_testmultiphase;_testconsole;_testinternalcapi ?> <Fragment> <ComponentGroup Id="test_extensions"> <?foreach ext in $(var.exts)?> |