summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorJason Ekstrand <jason@jlekstrand.net>2019-04-02 10:26:09 -0500
committerJason Ekstrand <jason@jlekstrand.net>2019-04-11 18:04:09 +0000
commit8b8deeca78fd539c6ccb5726cb0114de84714cf1 (patch)
tree3d079654a8538862bd911b3c3d157a94a84c4227 /meson_options.txt
parent2f7fcd103e70cad209c603c52f630ce7cb0c7777 (diff)
intel/common: Add unit tests for gen_mi_builder
Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.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 81e4a8906a9..4428745bef7 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -277,6 +277,12 @@ option(
description : 'Build unit tests. Currently this will build *all* unit tests, which may build more than expected.'
)
option(
+ 'install-intel-gpu-tests',
+ type : 'boolean',
+ value : false,
+ description : 'Build and install Intel unit tests which require the GPU. This option is for developers and the Intel CI system only.'
+)
+option(
'selinux',
type : 'boolean',
value : false,