mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
7 lines
103 B
Swift
7 lines
103 B
Swift
import XCTest
|
|
@testable import XcodeGenKitTests
|
|
|
|
XCTMain([
|
|
testCase(XcodeGenKitTests.allTests),
|
|
])
|