[Mesa-dev] [PATCH v2 04/12] meson: enable optimization-test
Dylan Baker
dylan at pnwbakers.com
Thu Apr 5 21:51:32 UTC 2018
Signed-off-by: Dylan Baker <dylan.c.baker at 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
More information about the mesa-dev
mailing list