Files
golang-tests/swift-from-go/Tests/go-swiftTests/XCTestManifests.swift

9 lines
145 B
Swift

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