drone-tutorial-swift/Tests/drone-tutorial-swiftTests/XCTestManifests.swift

10 lines
158 B
Swift
Raw Normal View History

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