build: Build etnaviv drm tests
[mesa.git] / src / etnaviv / drm / meson.build
index 8fb6a7ac1e80224eadd3b38d546e4b14871e152c..e06bd406fff051c8657acf8720cd0e0fb356a900 100644 (file)
@@ -46,3 +46,6 @@ libetnaviv_drm = static_library(
   build_by_default : false,
 )
 
+if with_tools.contains('etnaviv')
+  subdir('tests')
+endif