aco: add framework for unit testing
[mesa.git] / meson_options.txt
index 913dd4974497073a28e3e6381acefe21bb798a10..63290eba4150b76e30f5a06da7908db82056e7dc 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 do not require an AMD GPU.'
 )
 option(
   'install-intel-gpu-tests',