@@ -398,7 +398,7 @@ enum TargetComponent {
398
398
Dispatch
399
399
Foundation
400
400
XCTest
401
- SwiftTesting
401
+ Testing
402
402
}
403
403
404
404
function Get-TargetProjectBinaryCache ($Arch , [TargetComponent ]$Project ) {
@@ -1831,8 +1831,8 @@ function Build-XCTest([Platform]$Platform, $Arch, [switch]$Test = $false) {
1831
1831
}
1832
1832
}
1833
1833
1834
- function Build-SwiftTesting ([Platform ]$Platform , $Arch , [switch ]$Test = $false ) {
1835
- $SwiftTestingBinaryCache = Get-TargetProjectBinaryCache $Arch SwiftTesting
1834
+ function Build-Testing ([Platform ]$Platform , $Arch , [switch ]$Test = $false ) {
1835
+ $SwiftTestingBinaryCache = Get-TargetProjectBinaryCache $Arch Testing
1836
1836
1837
1837
Isolate- EnvVars {
1838
1838
if ($Test ) {
@@ -2467,7 +2467,7 @@ if (-not $SkipBuild) {
2467
2467
Invoke-BuildStep Build-TestingMacros - Build Windows $BuildArch
2468
2468
Invoke-BuildStep Build-Foundation Windows $Arch
2469
2469
Invoke-BuildStep Build-XCTest Windows $Arch
2470
- Invoke-BuildStep Build-SwiftTesting Windows $Arch
2470
+ Invoke-BuildStep Build-Testing Windows $Arch
2471
2471
Invoke-BuildStep Write-PlatformInfoPlist $Arch
2472
2472
}
2473
2473
@@ -2482,7 +2482,7 @@ if (-not $SkipBuild) {
2482
2482
Invoke-BuildStep Build-Dispatch Android $Arch
2483
2483
Invoke-BuildStep Build-Foundation Android $Arch
2484
2484
Invoke-BuildStep Build-XCTest Android $Arch
2485
- Invoke-BuildStep Build-SwiftTesting Android $Arch
2485
+ Invoke-BuildStep Build-Testing Android $Arch
2486
2486
Invoke-BuildStep Write-PlatformInfoPlist $Arch
2487
2487
}
2488
2488
}
@@ -2567,7 +2567,7 @@ if (-not $IsCrossCompiling) {
2567
2567
Build-XCTest Windows $HostArch - Test
2568
2568
}
2569
2569
if ($Test -contains " testing" ) {
2570
- Build-SwiftTesting Windows $HostArch - Test
2570
+ Build-Testing Windows $HostArch - Test
2571
2571
}
2572
2572
if ($Test -contains " llbuild" ) { Build-LLBuild $HostArch - Test }
2573
2573
if ($Test -contains " swiftpm" ) { Test-PackageManager $HostArch }
0 commit comments