1
0

LinuxMain.swift 118 B

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