[Mesa-dev] [PATCH 3/3] meson: Run the test with Python 3
Dylan Baker
dylan at pnwbakers.com
Fri Aug 17 19:54:21 UTC 2018
Quoting Mathieu Bridon (2018-08-17 12:32:18)
> ---
> src/compiler/glsl/glcpp/meson.build | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/src/compiler/glsl/glcpp/meson.build b/src/compiler/glsl/glcpp/meson.build
> index 09d44ddd687..769406f5331 100644
> --- a/src/compiler/glsl/glcpp/meson.build
> +++ b/src/compiler/glsl/glcpp/meson.build
> @@ -64,8 +64,9 @@ if with_tests
> foreach m : modes
> test(
> 'glcpp test (@0@)'.format(m),
> - find_program('tests/glcpp_test.py'),
> + prog_python,
> args : [
> + join_paths(meson.current_source_dir(), 'tests/glcpp_test.py'),
> glcpp, join_paths(meson.current_source_dir(), 'tests'),
> '-- at 0@'.format(m),
> ],
> --
> 2.17.1
>
Is it okay with you if I just squash this patch and the one in my series into a
single patch?
Dylan
-------------- 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/20180817/7cf249af/attachment.sig>
More information about the mesa-dev
mailing list