From: Dylan Baker Date: Thu, 11 Jan 2018 22:32:40 +0000 (-0800) Subject: meson: enable optimization-test X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=877d250ea14a5dae2954d8e02beabfd7328f4427;p=mesa.git meson: enable optimization-test Signed-off-by: Dylan Baker --- diff --git a/src/compiler/glsl/tests/meson.build b/src/compiler/glsl/tests/meson.build index 040b2576721..fc7b863a278 100644 --- a/src/compiler/glsl/tests/meson.build +++ b/src/compiler/glsl/tests/meson.build @@ -92,3 +92,8 @@ test( ), ], ) +test( + 'glsl optimization', + find_program('optimization_test.py'), + args : ['--test-runner', glsl_test], +)