|
34 | 34 | └─ Windows.platform |
35 | 35 | └─ Developer |
36 | 36 | ├─ Library |
37 | | - │ └─ XCTest-development |
| 37 | + │ ├─ XCTest-development |
| 38 | + │ │ └─ ... |
| 39 | + │ └─ Testing-development |
38 | 40 | │ └─ ... |
39 | 41 | └─ SDKs |
40 | 42 | └─ Windows.sdk |
|
44 | 46 | <Directory Id="WindowsPlatform" Name="Windows.platform"> |
45 | 47 | <Directory Name="Developer"> |
46 | 48 | <Directory Name="Library"> |
47 | | - <!-- XCTest --> |
48 | 49 | <!-- |
49 | 50 | FIXME(compnerd) this should actually be the proper version |
50 | | - of XCTest, and needs to be reflected in the plist as well. |
| 51 | + of XCTest and Testing, and needs to be reflected in the plist as well. |
51 | 52 | --> |
| 53 | + <!-- XCTest --> |
52 | 54 | <Directory Name="XCTest-development"> |
53 | 55 | <Directory Name="usr"> |
54 | 56 | <Directory Id="XCTest_usr_bin" Name="$(ArchBinDir)" /> |
|
62 | 64 | </Directory> |
63 | 65 | </Directory> |
64 | 66 | </Directory> |
| 67 | + <!-- Testing --> |
| 68 | + <Directory Name="Testing-development"> |
| 69 | + <Directory Name="usr"> |
| 70 | + <Directory Id="Testing_usr_bin" Name="$(ArchBinDir)" /> |
| 71 | + <Directory Name="lib"> |
| 72 | + <Directory Name="swift"> |
| 73 | + <Directory Name="windows"> |
| 74 | + <Directory Id="Testing_usr_lib_swift_windows_ARCH" Name="$(ArchArchDir)" /> |
| 75 | + <Directory Id="Testing.swiftmodule" Name="Testing.swiftmodule" /> |
| 76 | + </Directory> |
| 77 | + </Directory> |
| 78 | + </Directory> |
| 79 | + </Directory> |
| 80 | + </Directory> |
65 | 81 | </Directory> |
66 | 82 | <Directory Name="SDKs"> |
67 | 83 | <!-- Windows.sdk --> |
|
130 | 146 | </Component> |
131 | 147 | </ComponentGroup> |
132 | 148 |
|
| 149 | + <ComponentGroup Id="Testing"> |
| 150 | + <Component Directory="Testing_usr_bin"> |
| 151 | + <File Source="$(PLATFORM_ROOT)\Developer\Library\Testing-development\usr\bin\Testing.dll" /> |
| 152 | + </Component> |
| 153 | + <Component Directory="Testing_usr_lib_swift_windows_ARCH"> |
| 154 | + <File Source="$(PLATFORM_ROOT)\Developer\Library\Testing-development\usr\lib\swift\windows\Testing.lib" /> |
| 155 | + </Component> |
| 156 | + <Component Directory="Testing.swiftmodule"> |
| 157 | + <File Source="$(PLATFORM_ROOT)\Developer\Library\Testing-development\usr\lib\swift\windows\Testing.swiftmodule\$(ArchTriple).swiftdoc" /> |
| 158 | + </Component> |
| 159 | + <Component Directory="Testing.swiftmodule"> |
| 160 | + <File Source="$(PLATFORM_ROOT)\Developer\Library\Testing-development\usr\lib\swift\windows\Testing.swiftmodule\$(ArchTriple).swiftmodule" /> |
| 161 | + </Component> |
| 162 | + </ComponentGroup> |
| 163 | + |
133 | 164 | <ComponentGroup Id="SwiftRemoteMirror" Directory="WindowsSDK_usr_include_swift_SwiftRemoteMirror"> |
134 | 165 | <Component> |
135 | 166 | <File Source="$(SDK_ROOT)\usr\include\swift\SwiftRemoteMirror\MemoryReaderInterface.h" /> |
|
1228 | 1259 | <!-- Features --> |
1229 | 1260 | <Feature Id="SDK" AllowAbsent="no" Title="!(loc.Sdk_ProductName_$(ProductArchitecture))"> |
1230 | 1261 | <ComponentGroupRef Id="XCTest" /> |
| 1262 | + <ComponentGroupRef Id="Testing" /> |
1231 | 1263 | <ComponentGroupRef Id="SwiftRemoteMirror" /> |
1232 | 1264 | <ComponentGroupRef Id="BlocksRuntime" /> |
1233 | 1265 | <ComponentGroupRef Id="libdispatch" /> |
|
0 commit comments