about summary refs log tree commit diff
path: root/tests/run-make/raw-dylib-inline-cross-dylib
AgeCommit message (Collapse)AuthorLines
2025-07-10Use `is_windows_msvc` instead of `is_msvc` in run-make testsJieyou Xu-2/+2
2024-07-12rewrite raw-dylib-custom-dlltool to rmakeOneirical-7/+7
2024-07-05rewrite raw-dylib-inline-cross-dylib to rmakeOneirical-30/+61
2024-05-31Run rustfmt on `tests/run-make/`.Nicholas Nethercote-2/+2
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.
2024-01-06tests: Normalize `\r\n` to `\n` in some run-make testsVadim Petrochenkov-1/+1
The output is produced by printf from C code in these cases, and printf prints in text mode, which means `\n` will be printed as `\r\n` on Windows. In --bless mode the new output with `\r\n` will replace expected output in `tests/run-make/raw-dylib-*\output.txt` files, which use \n, always resulting in dirty files in the repo.
2023-10-07tests/run-make: Use RUSTC_TEST_OP in more placesMartin Nordholts-6/+1
2023-04-18Stablize raw-dylib, link_ordinal and -CdlltoolDaniel Paoliello-4/+0
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-29Upgrade mingw-w64 on CIMateusz MikuĊ‚a-3/+7
2023-01-11Move /src/test to /testsAlbert Larsan-0/+102