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

8 lines
120 B
Swift
Executable File

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