From: Emil Velikov <[email protected]>
Accidentally dropped with earlier commit.!
Fixes: 4ccb9816737 ("meson: Use consistent style for tests")
Signed-off-by: Emil Velikov <[email protected]>
---
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.19.2
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev