mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
Updated tests
This commit is contained in:
@@ -279,7 +279,7 @@ class SourceGeneratorTests: XCTestCase {
|
||||
let target = Target(name: "Test", type: .application, platform: .iOS, sources: [TargetSource(path: "Sources", excludes: excludes)])
|
||||
|
||||
func test(generateEmptyDirectories: Bool) throws {
|
||||
let options = SpecOptions(generateEmptyDirectories: true)
|
||||
let options = SpecOptions(generateEmptyDirectories: generateEmptyDirectories)
|
||||
let project = Project(basePath: directoryPath, name: "Test", targets: [target], options: options)
|
||||
let pbxProj = try project.generatePbxProj()
|
||||
try pbxProj.expectFile(paths: ["Sources", "A", "a.swift"])
|
||||
|
||||
Reference in New Issue
Block a user