meson: Add tests to suites
[mesa.git] / src / mapi / glapi / meson.build
index 048bee8a1ad279f203e29ab6a112fcd691555be7..7e8bc38a817681076c073a266b991ffe51bc75b3 100644 (file)
@@ -87,6 +87,7 @@ if with_any_opengl and not with_shared_glapi and with_tests
       include_directories : [inc_include, inc_src, inc_mesa, inc_mapi],
       link_with : [libglapi_static],
       dependencies : [idep_gtest, dep_thread],
-    )
+    ),
+    suite : ['mapi'],
   )
 endif