mirror of
https://github.com/krzyzanowskim/CryptoSwift.git
synced 2026-06-06 20:17:32 +00:00
9 lines
127 B
Swift
9 lines
127 B
Swift
import XCTest
|
|
|
|
import CryptoSwiftTests
|
|
|
|
var tests = [XCTestCaseEntry]()
|
|
tests += CryptoSwiftTests.__allTests()
|
|
|
|
XCTMain(tests)
|