about summary refs log tree commit diff
path: root/tests/run-make/no-intermediate-extras
AgeCommit message (Collapse)AuthorLines
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
2024-06-07Remove all usages of `tmp_dir` from testsJakub Beránek-2/+2
2024-05-20simplifyOneirical-9/+4
2024-05-17fix: swap the error codesOneirical-2/+2
2024-05-17missing importJulien-0/+1
2024-05-17tidy fixOneirical-2/+2
2024-05-17rewrite no-intermediate-extrasOneirical-8/+21
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/+8
They pass fine.