Skip to content

Commit 7de536c

Browse files
authored
Merge pull request #777 from ahoppen/require-macos-sdk
Require the macOS SDK for `InspectBuildDescriptionTests`
2 parents 9b6ffb8 + a4bb1a1 commit 7de536c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tests/SwiftBuildTests/InspectBuildDescriptionTests.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import SWBCore
2222
// These tests use the old model, ie. the index build arena is disabled.
2323
@Suite(.requireHostOS(.macOS))
2424
fileprivate struct InspectBuildDescriptionTests {
25-
@Test
25+
@Test(.requireSDKs(.macOS))
2626
func configuredTargets() async throws {
2727
try await withTemporaryDirectory { (temporaryDirectory: NamedTemporaryDirectory) in
2828
try await withAsyncDeferrable { deferrable in
@@ -74,7 +74,7 @@ fileprivate struct InspectBuildDescriptionTests {
7474
}
7575
}
7676

77-
@Test
77+
@Test(.requireSDKs(.macOS))
7878
func configuredTargetSources() async throws {
7979
try await withTemporaryDirectory { (temporaryDirectory: NamedTemporaryDirectory) in
8080
try await withAsyncDeferrable { deferrable in
@@ -152,7 +152,7 @@ fileprivate struct InspectBuildDescriptionTests {
152152
}
153153
}
154154

155-
@Test
155+
@Test(.requireSDKs(.macOS))
156156
func indexCompilerArguments() async throws {
157157
try await withTemporaryDirectory { (temporaryDirectory: NamedTemporaryDirectory) in
158158
try await withAsyncDeferrable { deferrable in

0 commit comments

Comments
 (0)