MetalUI/Tests/LinuxMain.swift

8 lines
116 B
Swift

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