Files
glib/.gitlab-ci/run-tests.sh
2022-07-09 00:21:32 +02:00

9 lines
177 B
Bash
Executable File

#!/bin/bash
meson test \
-C _build \
--benchmark -v \
--timeout-multiplier "${MESON_TEST_TIMEOUT_MULTIPLIER}" \
--no-suite flaky \
"$@"