about summary refs log tree commit diff
path: root/tests/run-make/relro-levels
AgeCommit message (Collapse)AuthorLines
2025-06-19Adjust some run-make tests on cross-compileJieyou Xu-0/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+1
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
2024-06-22Enable cross compilation on `run-make/relro-levels`Jerry Wang-1/+0
2024-06-22Migrate `relro-levels` to `rmake`Jerry Wang-22/+29
2024-03-12sess: stabilize relro-levelDavid Wood-4/+4
Signed-off-by: David Wood <david@davidtw.co>
2023-03-30ignore failing cross-compiled run-make testsJoshua Nelson-0/+1
`run-make-fulldeps` is never cross-compiled, so a lot of these tests never accounted for --target. Ignore them when cross-compiling for now.
2023-03-30Move almost all run-make-fulldeps to run-makeJoshua Nelson-0/+24
They pass fine.