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>
This commit is contained in:
@@ -387,6 +387,12 @@ option(
|
||||
value : false,
|
||||
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',
|
||||
|
Reference in New Issue
Block a user