Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-30 | unittests: correctly use test asserts instead of regular ones | Marvin Scholz | 1 | -2/+2 | |
2022-03-30 | Add new debug() function | Marvin Scholz | 1 | -0/+13 | |
Adds a new debug() function that can be used in the meson.build to log messages to the meson-log.txt that will not be printed to stdout when configuring the project. | |||||
2022-03-29 | Condense test directory names. | Jussi Pakkanen | 1 | -2/+2 | |
2022-01-02 | Condense test directory numbers for rc1. | Jussi Pakkanen | 1 | -2/+2 | |
2021-11-02 | python.dependency(): Do not stop when first candidate is not found | Xavier Claessens | 1 | -0/+4 | |
It has to lookup the dependency with required=False otherwise it raises an exception when the first candidate (pkg-config) failed. | |||||
2021-10-14 | optinterpreter: Fix builtin option names not being reserved anymore | Xavier Claessens | 1 | -0/+34 | |
2021-09-21 | Add platform agnostic tests | Xavier Claessens | 1 | -0/+34 | |
This adds a new category of tests that does not need to run on all platforms during CI. For now only run them on Linux runners because they are not the bottleneck. |