viz-swift-lib/Tests/LinuxMain.swift

10 lines
171 B
Swift

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