about summary refs log tree commit diff
path: root/tests/run-make/c-link-to-rust-staticlib
AgeCommit message (Collapse)AuthorLines
2024-08-10remove unused imports from rmake testsRémy Rakic-2/+0
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-07-17tests: update for `rfs` rename许杰友 Jieyou Xu (Joe)-1/+1
2024-07-17tests: update for renamed `fs` module in run_make_support许杰友 Jieyou Xu (Joe)-1/+1
2024-06-30Improve `run-make-support` library `args` APIGuillaume Gomez-1/+1
2024-06-11Implement fs wrapper for run_make_supportOneirical-1/+2
2024-06-08Remove unnecessary functions and the last mention of TMPDIR from ↵Jakub Beránek-3/+3
`run-make-support`
2024-05-14fix the testOneirical-5/+1
2024-05-14remove cxx_flagsJulien-2/+1
2024-05-14rewrite c-link-to-rust-staticlibOneirical-16/+20
2024-05-08correct commentsOneirical-1/+1
2024-05-07Update Makefiles with explanatory commentsJulien-0/+3
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/+22
They pass fine.