Skip to content

Commit ce6ceb8

Browse files
committed
Fix this test on Linux
1 parent 3386a74 commit ce6ceb8

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Tests/Build/DescribeTests.swift

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,12 @@ final class DescribeTests: XCTestCase {
2323
}
2424
}
2525
}
26+
27+
28+
extension DescribeTests: XCTestCaseProvider {
29+
var allTests: [(String, () throws -> Void)] {
30+
return [
31+
("testDescribingNoModulesThrows", testDescribingNoModulesThrows),
32+
]
33+
}
34+
}

Tests/LinuxMain.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import XCTest
1212
@testable import ManifestParsertest
1313
@testable import PackageDescriptiontest
1414
@testable import PackageTypetest
15+
@testable import Buildtest
1516

1617
XCTMain([
1718
DependencyResolutionTestCase(),

0 commit comments

Comments
 (0)