about summary refs log tree commit diff
path: root/tests/run-make/native-link-modifier-whole-archive
AgeCommit message (Collapse)AuthorLines
2025-07-10Use `is_windows_msvc` instead of `is_msvc` in run-make testsJieyou Xu-3/+3
2024-07-26rewrite no-builtins-attribute to rmakeOneirical-1/+2
2024-07-26rewrite native-link-modifier-whole-archive to rmakeOneirical-52/+85
2024-05-31Run rustfmt on `tests/run-make/`.Nicholas Nethercote-4/+6
With the exception of `tests/run-make/translation/test.rs`, which has a syntax error. The expected output in `rustdoc-error-lines/rmake.rs`'s required slight tweaking. The two `reproducible-build.rs` files need `// ignore-tidy-linelength` because rustfmt produces lines longer than 100 chars, which tidy doesn't like, yuk.
2023-03-30move `tools.mk` to run-makeJoshua Nelson-1/+1
apparently I missed some tests in the last commit. Rather than having dozens of tests use the long version, use the short version in `run-make` and the long version in `run-make-fulldeps` (which is now only three tests)
2023-01-11Move /src/test to /testsAlbert Larsan-0/+110