summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-10-03 16:12:42 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-10-03 16:12:42 (GMT)
commit4a8ff9ef6074632a682a230feababf1bec59d8f4 (patch)
tree19187bc4c7301dd5252106f7d59253f9f88a98d0 /Tools
parent441e878e5b01596adfc203981eda035b08a61843 (diff)
parent312cef7452dcc8bb97ca6b20999d5db567406692 (diff)
downloadcpython-4a8ff9ef6074632a682a230feababf1bec59d8f4.zip
cpython-4a8ff9ef6074632a682a230feababf1bec59d8f4.tar.gz
cpython-4a8ff9ef6074632a682a230feababf1bec59d8f4.tar.bz2
Issue #28217: Adds _testconsole module to test console input.
Diffstat (limited to 'Tools')
-rw-r--r--Tools/msi/test/test_files.wxs12
1 files changed, 12 insertions, 0 deletions
diff --git a/Tools/msi/test/test_files.wxs b/Tools/msi/test/test_files.wxs
index e803aa0..0753572 100644
--- a/Tools/msi/test/test_files.wxs
+++ b/Tools/msi/test/test_files.wxs
@@ -17,6 +17,9 @@
<Component Id="_testmultiphase.pyd" Directory="DLLs" Guid="*">
<File Id="_testmultiphase.pyd" Name="_testmultiphase.pyd" KeyPath="yes" />
</Component>
+ <Component Id="_testconsole.pyd" Directory="DLLs" Guid="*">
+ <File Id="_testconsole.pyd" Name="_testconsole.pyd" KeyPath="yes" />
+ </Component>
</ComponentGroup>
</Fragment>
@@ -37,6 +40,9 @@
<Component Id="_testmultiphase.pdb" Directory="DLLs" Guid="*">
<File Id="_testmultiphase.pdb" Name="_testmultiphase.pdb" />
</Component>
+ <Component Id="_testconsole.pdb" Directory="DLLs" Guid="*">
+ <File Id="_testconsole.pdb" Name="_testconsole.pdb" />
+ </Component>
</ComponentGroup>
</Fragment>
@@ -57,6 +63,9 @@
<Component Id="_testmultiphase_d.pyd" Directory="DLLs" Guid="*">
<File Id="_testmultiphase_d.pyd" Name="_testmultiphase_d.pyd" />
</Component>
+ <Component Id="_testconsole_d.pyd" Directory="DLLs" Guid="*">
+ <File Id="_testconsole_d.pyd" Name="_testconsole_d.pyd" />
+ </Component>
<Component Id="_testcapi_d.pdb" Directory="DLLs" Guid="*">
<File Id="_testcapi_d.pdb" Name="_testcapi_d.pdb" />
</Component>
@@ -72,6 +81,9 @@
<Component Id="_testmultiphase_d.pdb" Directory="DLLs" Guid="*">
<File Id="_testmultiphase_d.pdb" Name="_testmultiphase_d.pdb" />
</Component>
+ <Component Id="_testconsole_d.pdb" Directory="DLLs" Guid="*">
+ <File Id="_testconsole_d.pdb" Name="_testconsole_d.pdb" />
+ </Component>
</ComponentGroup>
</Fragment>
</Wix>