swiftlang/swift-package-manager
View on GitHubdynamically generate flag expectations in tests
Open
#5474 opened on May 7, 2022
enhancementgood first issue
Description
Many of the tests are currently statically generating the flags for expectations in BuildPlanTests.swift based upon #if os which changes behaviour based on the OS rather than the target. This can cause subtle bugs to arise. We should dynamically compute the arguments.