Elementary/Tests/LinuxMain.swift

9 lines
154 B
Swift

import XCTest
import ElementaryTests
var tests = [XCTestCaseEntry]()
tests += CounterTests.allTests()
tests += StopwatchTests.allTests()
XCTMain(tests)