diff options
author | Emil Velikov <[email protected]> | 2018-12-12 19:07:52 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2018-12-12 19:07:52 +0000 |
commit | e139d7a8a315502d538b6a753cb42e841c10e57f (patch) | |
tree | b37b6702d235358dbfbcb0e6ef1ba2651114d485 /src/glx | |
parent | b44875e2dc650c58986480f3360fccfc8d890605 (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.build | 5 |
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', |