aboutsummaryrefslogtreecommitdiff
path: root/unittests/platformagnostictests.py
AgeCommit message (Collapse)AuthorFilesLines
2022-03-30unittests: correctly use test asserts instead of regular onesMarvin Scholz1-2/+2
2022-03-30Add new debug() functionMarvin Scholz1-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-29Condense test directory names.Jussi Pakkanen1-2/+2
2022-01-02Condense test directory numbers for rc1.Jussi Pakkanen1-2/+2
2021-11-02python.dependency(): Do not stop when first candidate is not foundXavier Claessens1-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-14optinterpreter: Fix builtin option names not being reserved anymoreXavier Claessens1-0/+34
2021-09-21Add platform agnostic testsXavier Claessens1-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.