summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMichel Dänzer <mdaenzer@redhat.com>2021-03-11 18:23:56 +0100
committerMarge Bot <eric+marge@anholt.net>2021-03-19 08:50:38 +0000
commitd8911a0ae850c8c69c4b28d0f3709538128aba65 (patch)
treedb5ef6c6a3b34f5378325ff97a6fa7de19e5427f /meson_options.txt
parentfc0d1aab505fc9214842a7f10e2f1b040be9edc2 (diff)
downloadmesa-d8911a0ae850c8c69c4b28d0f3709538128aba65.tar.gz
Revert "meson: add enable-glcpp-tests option"
This reverts commit f9ae947e7272897bc31b0ec9dca3be0d7ab33119. Not needed anymore. Reviewed-by: Dylan Baker <dylan.c.baker@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9528>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 65f6665bfe2..3d37a2b2c15 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -355,12 +355,6 @@ 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,