about summary refs log tree commit diff
path: root/tests/run-make/raw-dylib-c
AgeCommit message (Collapse)AuthorLines
2024-08-05rewrite redundant-libs to rmakeOneirical-1/+1
2024-08-05rewrite raw-dylib-c to rmakeOneirical-28/+29
2024-05-31Run rustfmt on `tests/run-make/`.Nicholas Nethercote-3/+3
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-04-18Stablize raw-dylib, link_ordinal and -CdlltoolDaniel Paoliello-2/+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-11Move /src/test to /testsAlbert Larsan-0/+110