about summary refs log tree commit diff
path: root/src/tools/miri/test-cargo-miri/test.multiple_targets.stdout.ref
AgeCommit message (Collapse)AuthorLines
2025-07-31bless cargo miri doctest executionRalf Jung-0/+2
2025-05-17fix for doctest-xcompile stabilizationRalf Jung-0/+10
2024-07-04Run tests for all specified targetsKonstantinos Andrikopoulos-0/+22
Currently cargo-miri uses the first target specified in the command line. However, when multiple targets are specified in a `cargo build` invocation, cargo will build for all of them. Miri should match this behaviour to reduce surprises. Fixes: #3460