Skip to content

[run-test] Build all test dependencies#90107

Open
hamishknight wants to merge 1 commit into
swiftlang:mainfrom
hamishknight:test-deps
Open

[run-test] Build all test dependencies#90107
hamishknight wants to merge 1 commit into
swiftlang:mainfrom
hamishknight:test-deps

Conversation

@hamishknight

Copy link
Copy Markdown
Contributor

Instead of hardcoding unittests + stdlib, use the CMake target that has all of the dependencies needed for the check- targets.

Instead of hardcoding unittests + stdlib, use the CMake target that
has all of the dependencies needed for the `check-` targets.
@hamishknight

Copy link
Copy Markdown
Contributor Author

@swift-ci please smoke test

@hamishknight

Copy link
Copy Markdown
Contributor Author

@swift-ci please test Windows

Comment thread utils/run-test

elif args.build != 'skip':
dependency_targets = ["all", "SwiftUnitTests"]
dependency_targets = ["all"]

@AnthonyLatsis AnthonyLatsis Jun 23, 2026

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we even need all at this point?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants