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