mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-26 00:20:37 +02:00
glx: meson: wire up the dispatch-index-check test
Accidentally dropped with earlier commit.!
Fixes: 4ccb981673 ("meson: Use consistent style for tests")
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
This commit is contained in:
parent
b44875e2dc
commit
e139d7a8a3
1 changed files with 5 additions and 0 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue