[Mesa-dev] [PATCH 05/18] glx: meson: wire up the dispatch-index-check test
Dylan Baker
dylan at pnwbakers.com
Fri Dec 14 17:40:02 UTC 2018
Quoting Emil Velikov (2018-12-13 08:05:54)
> From: Emil Velikov <emil.velikov at collabora.com>
>
> Accidentally dropped with earlier commit.!
>
> Fixes: 4ccb9816737 ("meson: Use consistent style for tests")
> Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
> ---
> src/glx/tests/meson.build | 5 +++++
> 1 file changed, 5 insertions(+)
>
> 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
> @@ -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(
> --
> 2.19.2
I would have thought you needed find_program, but this seems to work.
Reviewed-by: Dylan Baker <dylan at pnwbakers.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: signature
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20181214/8c3978df/attachment.sig>
More information about the mesa-dev
mailing list