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

8 lines
120 B
Swift
Executable File

import XCTest
import SplitViewTests
var tests = [XCTestCaseEntry]()
tests += SplitViewTests.allTests()
XCTMain(tests)