Files
SwiftUI/Other Projects/SplitView/Tests/SplitViewTests/XCTestManifests.swift
Ivan Vorobei 48001a8e9a Update
2019-06-26 22:12:35 +03:00

10 lines
159 B
Swift
Executable File

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