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'),
> '--@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
signature.asc
Description: signature
_______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
