Files
swift2dcar/Tests/Swift2dCarTests/XCTestManifests.swift
2020-08-31 22:47:00 +09:30

10 lines
160 B
Swift

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