File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Tests/SWBTaskConstructionTests Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ fileprivate struct DependencyVerificationTaskConstructionTests: CoreBasedTests {
29
29
return " \( srcroot. str) /build/ \( project) .build/Debug/ \( target) .build/Objects-normal/x86_64/ \( filename) "
30
30
}
31
31
32
- @Test
32
+ @Test ( . requireSDKs ( . macOS ) )
33
33
func addsTraceArgsWhenDependenciesDeclared( ) async throws {
34
34
try await testWith ( [ " DEPENDENCIES " : " Foo " ] ) { tester, srcroot in
35
35
await tester. checkBuild ( runDestination: . macOS) { results in
@@ -51,7 +51,7 @@ fileprivate struct DependencyVerificationTaskConstructionTests: CoreBasedTests {
51
51
}
52
52
}
53
53
54
- @Test
54
+ @Test ( . requireSDKs ( . macOS ) )
55
55
func noTraceArgsWhenDependenciesDeclared( ) async throws {
56
56
try await testWith ( [ : ] ) { tester, srcroot in
57
57
await tester. checkBuild ( runDestination: . macOS) { results in
@@ -65,7 +65,7 @@ fileprivate struct DependencyVerificationTaskConstructionTests: CoreBasedTests {
65
65
}
66
66
}
67
67
68
- @Test
68
+ @Test ( . requireSDKs ( . macOS ) )
69
69
func canEnableVerificationOfNoDependencies( ) async throws {
70
70
try await testWith ( [ " DEPENDENCIES_VERIFICATION " : " YES " ] ) { tester, srcroot in
71
71
await tester. checkBuild ( runDestination: . macOS) { results in
You can’t perform that action at this time.
0 commit comments