Signed-off-by: Dylan Baker <[email protected]>
---
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 11fb4fb..d5e6b5f 100644
--- a/src/compiler/glsl/tests/meson.build
+++ b/src/compiler/glsl/tests/meson.build
@@ -81,3 +81,8 @@ test(
),
],
)
+test(
+ 'glsl optimization',
+ find_program('optimization_test.py'),
+ args : ['--test-runner', glsl_test],
+)
--
git-series 0.9.1
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev