summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorPekka Paalanen <pekka.paalanen@collabora.com>2021-03-03 14:21:01 +0200
committerPekka Paalanen <pekka.paalanen@collabora.com>2021-03-12 16:14:28 +0200
commitee38ed80d8ae00a5b7e6c80b8022804df52e9265 (patch)
tree71bb074741e1bf76d483f561249ec979d16517ff /meson_options.txt
parentcde58fd20a6e0a3f83ad3dafde2a0e89994c6e29 (diff)
downloadweston-ee38ed80d8ae00a5b7e6c80b8022804df52e9265.tar.gz
tests: add build option to force skips as failures
This will be useful in CI, where we do not want to see any skips. If something starts to skip, that's a mistake somewhere, and want to catch it. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 239bd2da..ea225a90 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -211,6 +211,12 @@ option(
description: 'Tests: output JUnit XML results'
)
option(
+ 'test-skip-is-failure',
+ type: 'boolean',
+ value: false,
+ description: 'Tests: consider skip to be a failure'
+)
+option(
'test-gl-renderer',
type: 'boolean',
value: true,