summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2018-12-12 19:07:52 +0000
committerJuan A. Suarez Romero <[email protected]>2018-12-25 17:58:06 +0100
commit3de8d15d1fb9f6e85441505d1651701ecbb8c608 (patch)
tree92ad734934105048aa5bad4f6b597d6e4ff0f65b /src
parent7f1cc8d52d9325bf49aa70c5ca289a64913e6194 (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]> (cherry picked from commit e139d7a8a315502d538b6a753cb42e841c10e57f)
Diffstat (limited to 'src')
-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 fd9d4d433b2..81a77c3a3f6 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',