Signed-off-by: Dylan Baker <dylan.c.ba...@intel.com> --- src/compiler/glsl/tests/meson.build | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/src/compiler/glsl/tests/meson.build b/src/compiler/glsl/tests/meson.build index 040b257..fc7b863 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], +) -- git-series 0.9.1 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev