2
0

LinuxMain.swift 190 B

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