2
0

LinuxMain.swift 116 B

1234567
  1. import XCTest
  2. import DynamicTests
  3. var tests = [XCTestCaseEntry]()
  4. tests += DynamicTests.allTests()
  5. XCTMain(tests)