PlaceholderKit/Examples/ImagesExample-macOS/Tests/LinuxMain.swift

7 lines
139 B
Swift

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