From ad9c2f20181fdaa9f2b1e7222a861ebc876050b3 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Fri, 8 Dec 2017 17:45:03 -0800 Subject: [PATCH] meson: run glsl compiler warnings test Signed-off-by: Dylan Baker Reviewed-by: Eric Anholt --- src/compiler/glsl/tests/meson.build | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/compiler/glsl/tests/meson.build b/src/compiler/glsl/tests/meson.build index 146647a850c..040b2576721 100644 --- a/src/compiler/glsl/tests/meson.build +++ b/src/compiler/glsl/tests/meson.build @@ -83,4 +83,12 @@ test( ) ) -# TODO: figure out how to get the shell based tests to work? +test( + 'glsl compiler warnings', find_program('warnings_test.py'), + args : [ + '--glsl-compiler', glsl_compiler, + '--test-directory', join_paths( + meson.source_root(), 'src', 'compiler', 'glsl', 'tests', 'warnings' + ), + ], +) -- 2.30.2