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