| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-04-14 | minstall: Fix install_subdir() excludes with path separators on Win | Daniele Nicolodi | |
| The paths in meson.build use / as path separator, however, the paths constructed during the directory structure walk use native path separators, thus the path never compare equal to the excluded ones. Normalize the exclusion paths before the comparison. | |||
| 2022-08-23 | tests: remove compiler requirement in various unneeded cases | Eli Schwartz | |
| Compiled languages are Meson's bread and butter, but hardly required. This is convenient, because many test caases specifically, do not care about testing the compiler interactions. In such cases, we can skip doing compiler lookups which aren't used, as they only slow down test setup. | |||
| 2021-04-26 | Condense test directory names. | Jussi Pakkanen | |
