meson: pass correct args to gles2 ABI test

Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
Eric Engestrom 2017-10-30 15:46:15 +00:00
parent 8a3022ffa0
commit 3ba973fe37

View file

@ -50,5 +50,8 @@ pkg.generate(
)
if with_tests
test('es2-ABI-check', find_program('ABI-check'))
test('es2-ABI-check',
find_program('ABI-check'),
args : libgles2
)
endif