Skip to content

Commit e633cde

Browse files
committed
[Tests] NFC: Add iOS requirement to selectConfiguredTargets test
The test checks whether it's possible to select an appropriate target given a run destination and uses both macOS and iOS SDKs. If there is no `iOS` SDK installed it won't be possible to configure a test target for that platform and the test is going to fail. Resolves: rdar://161676960
1 parent 7b44829 commit e633cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SwiftBuildTests/InspectBuildDescriptionTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ fileprivate struct InspectBuildDescriptionTests {
7474
}
7575
}
7676

77-
@Test(.requireSDKs(.macOS))
77+
@Test(.requireSDKs(.macOS, .iOS))
7878
func artifacts() async throws {
7979
try await withTemporaryDirectory { (temporaryDirectory: NamedTemporaryDirectory) in
8080
try await withAsyncDeferrable { deferrable in

0 commit comments

Comments
 (0)