meson: Add tests to suites
[mesa.git] / src / gallium / drivers / llvmpipe / meson.build
index 0b0ac2a3a023fb7bb12fb1b797ddff07e32266f7..51562b10dc7d7b9ff4820bf888405c0df3a29f69 100644 (file)
@@ -119,7 +119,8 @@ if with_tests and with_gallium_softpipe and with_llvm
         dependencies : [dep_llvm, dep_dl, dep_thread, dep_clock],
         include_directories : [inc_gallium, inc_gallium_aux, inc_include, inc_src],
         link_with : [libllvmpipe, libgallium, libmesa_util],
-      )
+      ),
+      suite : ['llvmpipe'],
     )
   endforeach
 endif