llvmpipe: add compute debug option
[mesa.git] / src / gallium / drivers / virgl / meson.build
index e3c67a29a1048723e47eb5078391cad26a5afa6b..0c04370d4ec734a124d77d1eaabe4f79eb45e09b 100644 (file)
@@ -56,3 +56,7 @@ driver_virgl = declare_dependency(
   compile_args : '-DGALLIUM_VIRGL',
   link_with : [libvirgl, libvirgldrm, libvirglvtest],
 )
+
+if with_tests
+  subdir('tests')
+endif