Skip to content

test: use MESON_TESTTHREADS to determine the number of jobs

Peter Hutterer requested to merge whot/libinput:wip/litest-concurrent into main

meson uses MESON_TESTTHREADS to determine the number of parallel test jobs. Since our main test suite cannot be run in parallel anyway, use that same variable in litest to determine how many jobs we should fork off.

In the CI pipeline, we can use FDO_CI_CONCURRENT to pass that down so we don't end up running a billion jobs on a test runner.

cc @bentiss

Merge request reports