summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Baker <[email protected]>2018-01-11 14:32:40 -0800
committerDylan Baker <[email protected]>2018-04-18 09:03:57 -0700
commit877d250ea14a5dae2954d8e02beabfd7328f4427 (patch)
tree9a908ad90d73c9d4ad3896fa55a274a9bd3de201
parent97c28cb0823a043e660e97197525251830cd89ed (diff)
meson: enable optimization-test
Signed-off-by: Dylan Baker <[email protected]>
-rw-r--r--src/compiler/glsl/tests/meson.build5
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],
+)