LinuxMain.swift 180 B

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