Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Propagate --target flag from cargo test invocation #90

Merged
merged 1 commit into from
Sep 15, 2020
Merged

Conversation

dtolnay
Copy link
Owner

@dtolnay dtolnay commented Sep 15, 2020

Closes #61.

Tested with cargo test --target x86_64-unknown-linux-gnu inside a crate that has [build] target = "thumbv7m-none-eabi" in .cargo/config.

@dtolnay dtolnay merged commit 8b7b246 into master Sep 15, 2020
@dtolnay dtolnay deleted the target branch September 15, 2020 15:24
@hannobraun
Copy link
Contributor

Thank you, this was the last bit that I need to get trybuild working in lpc8xx-hal!

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.

Pass --target to Cargo, if it has been passed by the user
2 participants