mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
6 lines
107 B
Swift
6 lines
107 B
Swift
import XCTest
|
|
import SRPTests
|
|
|
|
var tests = [XCTestCaseEntry]()
|
|
tests += SRPTests.allTests()
|
|
XCTMain(tests)
|