Is there a way to set tool config file for cross compile target test #1885
Unanswered
PegasusPlusUS
asked this question in
Q&A
Replies: 1 comment
-
Yeah! Nextest supports target runners defined in the Cargo config: https://nexte.st/docs/features/target-runners/ But note however that this isn't truly first-class, for example there's no way to set per-test target runners. It would definitely be good to have that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was testing windows target compiled on Linux, 'cargo nextest run' currently try to directly run compiled target, however, usually that target should be consumed within virtual machine, docker, or wine. So is there way to config how to run cross compiled target to run test?
Beta Was this translation helpful? Give feedback.
All reactions