projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97c28cb
)
meson: enable optimization-test
author
Dylan Baker
<dylan@pnwbakers.com>
Thu, 11 Jan 2018 22:32:40 +0000
(14:32 -0800)
committer
Dylan Baker
<dylan@pnwbakers.com>
Wed, 18 Apr 2018 16:03:57 +0000
(09:03 -0700)
Signed-off-by: Dylan Baker <dylan.c.baker@intel.com>
src/compiler/glsl/tests/meson.build
patch
|
blob
|
history
diff --git
a/src/compiler/glsl/tests/meson.build
b/src/compiler/glsl/tests/meson.build
index 040b2576721fe423187e2d87ffebb997961d1c0b..fc7b863a278879dda6564d9ef40b7ac98ba15318 100644
(file)
--- 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],
+)