mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2025-12-25 12:14:17 +01:00
8 lines
118 B
Swift
8 lines
118 B
Swift
import XCTest
|
|
|
|
import AppleAPITests
|
|
|
|
var tests = [XCTestCaseEntry]()
|
|
tests += AppleAPITests.allTests()
|
|
XCTMain(tests)
|