LinuxMain.swift 171 B

12345678910
  1. import XCTest
  2. import Tests
  3. import TestsPerformance
  4. var tests = [XCTestCaseEntry]()
  5. tests += Tests.__allTests()
  6. // tests += TestsPerformance.__allTests()
  7. XCTMain(tests)