mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
meson: enable optimization-test
Signed-off-by: Dylan Baker <dylan.c.baker@intel.com>
This commit is contained in:
parent
97c28cb082
commit
877d250ea1
1 changed files with 5 additions and 0 deletions
|
|
@ -92,3 +92,8 @@ test(
|
|||
),
|
||||
],
|
||||
)
|
||||
test(
|
||||
'glsl optimization',
|
||||
find_program('optimization_test.py'),
|
||||
args : ['--test-runner', glsl_test],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue