import XCTest import CryptoSwiftTests var tests = [XCTestCaseEntry]() tests += CryptoSwiftTests.__allTests() XCTMain(tests)