cargo build --out-dir
does not place tests in out dir
#12140
Labels
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
S-triage
Status: This issue is waiting on initial triage.
Problem
Test binaries are not copied to out dir.
Repro:
https://github.com/servo/rust-fnv
cargo build -Zunstable-options --out-dir 11
copiesrlib
to directory11
cargo build -Zunstable-options --tests --out-dir 11
does not place test binary in11
directorycargo build --help
says:Not clear what is "final artifact", but if a user requested to build a test, then the test binary must be the artifact?
Proposed Solution
Unknown. I built a test, and now I need to debug it. How do I find the test binary path?
Notes
No response
The text was updated successfully, but these errors were encountered: