diff options
author | Jason Ekstrand <[email protected]> | 2019-04-02 10:26:09 -0500 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2019-04-11 18:04:09 +0000 |
commit | 8b8deeca78fd539c6ccb5726cb0114de84714cf1 (patch) | |
tree | 3d079654a8538862bd911b3c3d157a94a84c4227 /meson_options.txt | |
parent | 2f7fcd103e70cad209c603c52f630ce7cb0c7777 (diff) |
intel/common: Add unit tests for gen_mi_builder
Reviewed-by: Caio Marcelo de Oliveira Filho <[email protected]>
Reviewed-by: Lionel Landwerlin <[email protected]>
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 6 |
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, |