| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-07-15 | tests: short-circuit tests that require cmake, faster | Eli Schwartz | |
| We have two ways of marking a test as skipped: - raise MESON_SKIP_TEST - declare that the tools it needs in test.json are unavailable Doing the former requires performing the configure stage including e.g. language setup. In several cases we weren't even getting this far anyway since we used both mechanisms (the cmake category has a category-wide skip for this, in fact). In some case, we were missing test.json declaring it skippable; add this. | |||
| 2023-04-11 | fix various spelling issues | Josh Soref | |
| Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> | |||
| 2021-10-06 | cmake: Warn if we could use IMPORTED CMake targets | Daniel Mensinger | |
| 2021-01-10 | cmake: add PATH logic to preliminary dep check (fixes #8133) | Daniel Mensinger | |
| 2020-06-13 | cmake: Fix handling of path seperators (fixes #7294) | Daniel Mensinger | |
| 2020-02-25 | test: merge test_matrix.json and setup_env.json into test.json | Daniel Mensinger | |
