meson: enable optimization-test

Signed-off-by: Dylan Baker <dylan.c.baker@intel.com>
This commit is contained in:
Dylan Baker
2018-01-11 14:32:40 -08:00
parent 97c28cb082
commit 877d250ea1

View File

@@ -92,3 +92,8 @@ test(
),
],
)
test(
'glsl optimization',
find_program('optimization_test.py'),
args : ['--test-runner', glsl_test],
)