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