9 lines
145 B
Swift
9 lines
145 B
Swift
import XCTest
|
|
|
|
#if !os(macOS)
|
|
public func allTests() -> [XCTestCaseEntry] {
|
|
return [
|
|
testCase(go_swiftTests.allTests),
|
|
]
|
|
}
|
|
#endif |