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