mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
12 lines
190 B
Swift
12 lines
190 B
Swift
import Foundation
|
|
import XCTest
|
|
|
|
class XCodeGenKitTests: XCTestCase {
|
|
|
|
func testXcodeGenKit() {
|
|
projectGeneratorTests()
|
|
specLoadingTests()
|
|
fixtureTests()
|
|
}
|
|
}
|