From e139d7a8a315502d538b6a753cb42e841c10e57f Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Wed, 12 Dec 2018 19:07:52 +0000 Subject: [PATCH] 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 --- src/glx/tests/meson.build | 5 +++++ 1 file changed, 5 insertions(+) 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( -- 2.30.2