radv: use the trap handler to detect faulty shaders/instructions
[mesa.git] / src / amd / meson.build
index 10b04c00333eb89e9f17960aceb4c8d8d95b1f7c..4a27c8c3e4ac67486754918af917457ed284cc71 100644 (file)
@@ -26,4 +26,7 @@ subdir('llvm')
 if with_amd_vk
   subdir('compiler')
   subdir('vulkan')
+  if with_aco_tests
+    subdir('compiler/tests')
+  endif
 endif