summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorYonggang Luo <luoyonggang@gmail.com>2022-08-09 22:29:13 +0800
committerMarge Bot <emma+marge@anholt.net>2022-08-22 14:18:53 +0000
commit0f9b662f9a7a46bcc8f58b521eb5e3bb29b3845e (patch)
tree7aa889791af04316704d56e04cacd2c7d4145138 /meson_options.txt
parent201a62cbbae2c39a8b27c7a7b46cecac0011db68 (diff)
downloadmesa-0f9b662f9a7a46bcc8f58b521eb5e3bb29b3845e.tar.gz
meson: add enable-glcpp-tests option
these are too intermittent to be left enabled on CI for now Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17928>
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 b8f753e2e1a..99c75b8aec1 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -388,6 +388,12 @@ option(
description : 'Build unit tests. Currently this will build *all* unit tests except the ACO tests, which may build more than expected.'
)
option(
+ 'enable-glcpp-tests',
+ type : 'boolean',
+ value : true,
+ description : 'Build glcpp unit tests. These are flaky on CI.'
+)
+option(
'build-aco-tests',
type : 'boolean',
value : false,