@@ -402,7 +402,7 @@ enum TargetComponent {
402
402
Dispatch
403
403
Foundation
404
404
XCTest
405
- SwiftTesting
405
+ Testing
406
406
}
407
407
408
408
function Get-TargetProjectBinaryCache ($Arch , [TargetComponent ]$Project ) {
@@ -1839,8 +1839,8 @@ function Build-XCTest([Platform]$Platform, $Arch, [switch]$Test = $false) {
1839
1839
}
1840
1840
}
1841
1841
1842
- function Build-SwiftTesting ([Platform ]$Platform , $Arch , [switch ]$Test = $false ) {
1843
- $SwiftTestingBinaryCache = Get-TargetProjectBinaryCache $Arch SwiftTesting
1842
+ function Build-Testing ([Platform ]$Platform , $Arch , [switch ]$Test = $false ) {
1843
+ $SwiftTestingBinaryCache = Get-TargetProjectBinaryCache $Arch Testing
1844
1844
1845
1845
Isolate- EnvVars {
1846
1846
if ($Test ) {
@@ -2475,7 +2475,7 @@ if (-not $SkipBuild) {
2475
2475
Invoke-BuildStep Build-TestingMacros - Build Windows $BuildArch
2476
2476
Invoke-BuildStep Build-Foundation Windows $Arch
2477
2477
Invoke-BuildStep Build-XCTest Windows $Arch
2478
- Invoke-BuildStep Build-SwiftTesting Windows $Arch
2478
+ Invoke-BuildStep Build-Testing Windows $Arch
2479
2479
Invoke-BuildStep Write-PlatformInfoPlist $Arch
2480
2480
}
2481
2481
@@ -2490,7 +2490,7 @@ if (-not $SkipBuild) {
2490
2490
Invoke-BuildStep Build-Dispatch Android $Arch
2491
2491
Invoke-BuildStep Build-Foundation Android $Arch
2492
2492
Invoke-BuildStep Build-XCTest Android $Arch
2493
- Invoke-BuildStep Build-SwiftTesting Android $Arch
2493
+ Invoke-BuildStep Build-Testing Android $Arch
2494
2494
Invoke-BuildStep Write-PlatformInfoPlist $Arch
2495
2495
}
2496
2496
}
@@ -2575,7 +2575,7 @@ if (-not $IsCrossCompiling) {
2575
2575
Build-XCTest Windows $HostArch - Test
2576
2576
}
2577
2577
if ($Test -contains " testing" ) {
2578
- Build-SwiftTesting Windows $HostArch - Test
2578
+ Build-Testing Windows $HostArch - Test
2579
2579
}
2580
2580
if ($Test -contains " llbuild" ) { Build-LLBuild $HostArch - Test }
2581
2581
if ($Test -contains " swiftpm" ) { Test-PackageManager $HostArch }
0 commit comments