Files
picar/SwiftyCar/Tests/SwiftyCarTests/XCTestManifests.swift
2020-05-07 20:54:26 +09:30

10 lines
159 B
Swift

import XCTest
#if !canImport(ObjectiveC)
public func allTests() -> [XCTestCaseEntry] {
return [
testCase(SwiftyCarTests.allTests),
]
}
#endif