turnip: fix sysmem CmdClearAttachments 3D fallback breaking GMEM path flush
[mesa.git] / meson_options.txt
index 913dd4974497073a28e3e6381acefe21bb798a10..ae0e7cc1d71e44b312f8403f2b0f6c90e77e60ed 100644 (file)
@@ -286,7 +286,13 @@ option(
   'build-tests',
   type : 'boolean',
   value : false,
-  description : 'Build unit tests. Currently this will build *all* unit tests, which may build more than expected.'
+  description : 'Build unit tests. Currently this will build *all* unit tests except the ACO tests, which may build more than expected.'
+)
+option(
+  'build-aco-tests',
+  type : 'boolean',
+  value : false,
+  description : 'Build ACO tests. These require RADV and glslang but not an AMD GPU.'
 )
 option(
   'install-intel-gpu-tests',