Files
swiftrplidar/Tests/SwiftRPLidarTests/XCTestManifests.swift
2020-05-24 19:32:38 +09:30

10 lines
162 B
Swift

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