| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-04-12 | tests: produce target artifacts and/or require crate type / ignore cross-compile | Jieyou Xu | -5/+27 | |
| Some tests fail on cross-compiled targets due to various linker problems on cross-compiled target, and having test coverage for these against cross-compiled targets is nice but not necessary. | ||||
| 2024-06-08 | Migrate runmake tests away from custom commands and `command_output` | Jakub Beránek | -18/+17 | |
| 2024-05-31 | Run rustfmt on `tests/run-make/`. | Nicholas Nethercote | -27/+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. | ||||
| 2024-05-29 | Add `run-make-support::rust_lib_name` | Guillaume Gomez | -3/+3 | |
| 2024-05-29 | Migrate `run-make/crate-data-smoke` to `rmake.rs` | Guillaume Gomez | -10/+43 | |
| 2023-03-30 | Move almost all run-make-fulldeps to run-make | Joshua Nelson | -0/+21 | |
| They pass fine. | ||||
