about summary refs log tree commit diff
path: root/tests/run-make/issue-84395-lto-embed-bitcode
AgeCommit message (Collapse)AuthorLines
2024-10-22tests/run-make: port `issue-84395-lto-embed-bitcode` to rmake.rs许杰友 Jieyou Xu (Joe)-14/+27
Co-authored-by: Oneirical <manchot@videotron.ca>
2024-06-11Rename `needs-matching-clang` to `needs-force-clang-based-tests`Zalathar-1/+4
This header is much more restrictive than its old name would suggest. As a result, most of the tests that use it don't actually run in any CI jobs.
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-03-30Move almost all run-make-fulldeps to run-makeJoshua Nelson-0/+14
They pass fine.