diff options
author | Emil Velikov <[email protected]> | 2018-12-12 19:07:52 +0000 |
---|---|---|
committer | Juan A. Suarez Romero <[email protected]> | 2018-12-25 17:58:06 +0100 |
commit | 3de8d15d1fb9f6e85441505d1651701ecbb8c608 (patch) | |
tree | 92ad734934105048aa5bad4f6b597d6e4ff0f65b /src | |
parent | 7f1cc8d52d9325bf49aa70c5ca289a64913e6194 (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.build | 5 |
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', |