LinuxMain.swift 126 B

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