From: Emil Velikov Date: Wed, 12 Dec 2018 19:07:52 +0000 (+0000) Subject: glx: meson: wire up the dispatch-index-check test X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=commitdiff_plain;h=e139d7a8a315502d538b6a753cb42e841c10e57f glx: meson: wire up the dispatch-index-check test Accidentally dropped with earlier commit.! Fixes: 4ccb9816737 ("meson: Use consistent style for tests") Signed-off-by: Emil Velikov Reviewed-by: Dylan Baker --- diff --git a/src/glx/tests/meson.build b/src/glx/tests/meson.build index fa3ca9db8cd..2420c90c437 100644 --- a/src/glx/tests/meson.build +++ b/src/glx/tests/meson.build @@ -33,6 +33,11 @@ if with_shared_glapi files_glx_test += files('query_renderer_implementation_unittest.cpp') endif + test( + 'dispatch-index-check', + files('dispatch-index-check'), + suite : ['glx'], + ) test( 'glx-test', executable(