10 lines
162 B
Swift
10 lines
162 B
Swift
import XCTest
|
|
|
|
#if !canImport(ObjectiveC)
|
|
public func allTests() -> [XCTestCaseEntry] {
|
|
return [
|
|
testCase(SwiftRPLidarTests.allTests),
|
|
]
|
|
}
|
|
#endif
|