Open
Description
I'm doing IDE integration, and I want my IDE to be able to debug the test binaries - for which the IDE has to launch those programs itself, it shouldn't use cargo test
. However (unlike --bin
for example) neither build --test
nor test --no-run
produce a deterministic filename, but something random like test1-748b2ca97d589628.exe
.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status