meson: run glsl compiler warnings test

Signed-off-by: Dylan Baker <dylan.c.baker@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Dylan Baker
2017-12-08 17:45:03 -08:00
parent 3b52d29227
commit ad9c2f2018

View File

@@ -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'
),
],
)