feat: add swift from go
This commit is contained in:
9
swift-from-go/Tests/go-swiftTests/XCTestManifests.swift
Normal file
9
swift-from-go/Tests/go-swiftTests/XCTestManifests.swift
Normal file
@@ -0,0 +1,9 @@
|
||||
import XCTest
|
||||
|
||||
#if !os(macOS)
|
||||
public func allTests() -> [XCTestCaseEntry] {
|
||||
return [
|
||||
testCase(go_swiftTests.allTests),
|
||||
]
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user