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