Files
SwiftUI/Examples/SplitView/Tests/SplitViewTests/XCTestManifests.swift
Ivan Vorobei fffd52a399 Add projects
2019-06-07 09:04:22 +03:00

10 lines
159 B
Swift
Executable File

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