Files
2020-01-27 21:51:00 +04:00

10 lines
159 B
Swift

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