diff options
-rw-r--r-- | src/compiler/glsl/tests/meson.build | 5 |
1 files changed, 5 insertions, 0 deletions
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], +) |