about summary refs log tree commit diff
path: root/tests/run-make/metadata-dep-info
AgeCommit message (Collapse)AuthorLines
2025-06-12ignore `run-make` tests that need `std` on `no_std` targetsFolkert de Vries-0/+2
In particular, anything that includes `none` in the target tripple, and `nvptx64-nvidia-cuda`
2025-04-21Construct OutputType using macro and print [=FILENAME] help infoxizheyin-2/+2
Signed-off-by: xizheyin <xizheyin@smail.nju.edu.cn>
2024-06-28rewrite metadata-dep-info to rmakeOneirical-7/+20
2023-10-07tests/run-make: Move RUSTC_TEST_OP to tools.mkMartin Nordholts-6/+0
To reduce duplication. A follow-up commit will begin using it in even more places.
2023-09-03Make `.rmeta` file in `dep-info` have correct name (`lib` prefix)Martin Nordholts-0/+22
Since `filename_for_metadata()` and `OutputFilenames::path(OutputType::Metadata)` had different logic for the name of the metadata file, the `.d` file contained a file name different from the actual name used. Share the logic to fix the out-of-sync name. Closes 68839.