meson: Add tests to suites
[mesa.git] / src / glx / tests / meson.build
index fd9d4d433b2d4edf0febcf6e4ea26cc70c36f4e1..fa3ca9db8cd99d9320a6e95d9b98f5fefaa56391 100644 (file)
@@ -44,6 +44,7 @@ if with_shared_glapi
         include_directories('..'),
       ],
       dependencies : [dep_libdrm, dep_thread, idep_gtest]
-    )
+    ),
+    suite : ['glx'],
   )
 endif