summaryrefslogtreecommitdiffstats
path: root/src/glx
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2018-12-12 19:07:52 +0000
committerEmil Velikov <[email protected]>2018-12-12 19:07:52 +0000
commite139d7a8a315502d538b6a753cb42e841c10e57f (patch)
treeb37b6702d235358dbfbcb0e6ef1ba2651114d485 /src/glx
parentb44875e2dc650c58986480f3360fccfc8d890605 (diff)
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 <[email protected]> Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to 'src/glx')
-rw-r--r--src/glx/tests/meson.build5
1 files changed, 5 insertions, 0 deletions
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
@@ -34,6 +34,11 @@ if with_shared_glapi
endif
test(
+ 'dispatch-index-check',
+ files('dispatch-index-check'),
+ suite : ['glx'],
+ )
+ test(
'glx-test',
executable(
'glx-test',