2019-02-03 03:27:38 +01:00

10 lines
158 B
Swift

import XCTest
#if !os(macOS)
public func allTests() -> [XCTestCaseEntry] {
return [
testCase(drone_tutorial_swiftTests.allTests),
]
}
#endif