LinuxMain.swift 148 B

12345678
  1. import XCTest
  2. import KeePassTests
  3. var tests = [XCTestCaseEntry]()
  4. tests += KeePassTests.allTests()
  5. tests += BinaryTests.allTests()
  6. XCTMain(tests)