You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Augment Commands Tests to run against the Native and Swift Build build
systems.
- BuildCommandTests
- TestCommandTests
- RunCommandTests
- APIDiffTests
- PackageCommandTests
Also,
- Add a new BuildCommandTest and RunCommandTest test case that ensures
a package with target conditionals builds and runs successfully
- update BuildSystemProvider.Kind to define a "useXcodeBuildSystemPath"
variable instead of sprinkling the `buildSystem == .xcode` all over
the place
- Augment the Swift Build integration test to run `swift test`
TODO:
- Instead of marking test failures as "Skipped", See if we can mark
them as "expected fail" so we are forced to update the test once the
production code has been update to support the "feature".
0 commit comments