From 6004402956129bd6a3938c6f106bb85cb8d8b82a Mon Sep 17 00:00:00 2001 From: Rintaro Ishizaki Date: Thu, 22 Aug 2024 16:19:12 -0700 Subject: [PATCH] [6.0][Windows/Android] Add swift-testing (#327) * [Windows/Android] Add swift-testing (cherry picked from commit 852784acd58cf2ce2f490c9654fd0f0b52a8cd6e) * WiX: extract Testing Macros into a component (NFC) Extract the testing macros into their own component group. Each repository is currently setup into a single component group that we then enumerate into the install image. This follows suit for the testing macros. (cherry picked from commit 0932d6b3dddce51b893c7741ea896129b98c5812) --------- Co-authored-by: Saleem Abdulrasool (cherry picked from commit c6318d774a8c6008e910a4b3d857232cf8fe5a2b) --- platforms/Windows/bld/bld.wxs | 7 +++++++ platforms/Windows/sdk/sdk.wxs | 38 ++++++++++++++++++++++++++++++++--- 2 files changed, 42 insertions(+), 3 deletions(-) diff --git a/platforms/Windows/bld/bld.wxs b/platforms/Windows/bld/bld.wxs index a955d0a1..3f8caaed 100644 --- a/platforms/Windows/bld/bld.wxs +++ b/platforms/Windows/bld/bld.wxs @@ -332,6 +332,12 @@ + + + + + + @@ -432,6 +438,7 @@ + diff --git a/platforms/Windows/sdk/sdk.wxs b/platforms/Windows/sdk/sdk.wxs index 6348808e..c4c0152b 100644 --- a/platforms/Windows/sdk/sdk.wxs +++ b/platforms/Windows/sdk/sdk.wxs @@ -34,7 +34,9 @@ └─ Windows.platform └─ Developer ├─ Library - │ └─ XCTest-development + │ ├─ XCTest-development + │ │ └─ ... + │ └─ Testing-development │ └─ ... └─ SDKs └─ Windows.sdk @@ -44,11 +46,11 @@ - + @@ -62,6 +64,20 @@ + + + + + + + + + + + + + + @@ -130,6 +146,21 @@ + + + + + + + + + + + + + + + @@ -1228,6 +1259,7 @@ +