Skip to content

Propagate --target flag from cargo test invocation#90

Merged
dtolnay merged 1 commit into
masterfrom
target
Sep 15, 2020
Merged

Propagate --target flag from cargo test invocation#90
dtolnay merged 1 commit into
masterfrom
target

Conversation

@dtolnay

@dtolnay dtolnay commented Sep 15, 2020

Copy link
Copy Markdown
Owner

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
Copy Markdown
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