build: define tests in egl/meson.build when the 'tests' option is enabled
Signed-off-by: Francesco Guastella <guastella.francesco@gmail.com>
This commit is contained in:
parent
82d8b21827
commit
86588fbdeb
|
@ -9,19 +9,21 @@ wayland_egl = library(
|
|||
install: true
|
||||
)
|
||||
|
||||
wayland_egl_abi_check = executable('wayland-egl-abi-check', 'wayland-egl-abi-check.c')
|
||||
test('wayland-egl abi check', wayland_egl_abi_check)
|
||||
if get_option('tests')
|
||||
wayland_egl_abi_check = executable('wayland-egl-abi-check', 'wayland-egl-abi-check.c')
|
||||
test('wayland-egl abi check', wayland_egl_abi_check)
|
||||
|
||||
nm_path = find_program('nm').full_path()
|
||||
nm_path = find_program('nm').full_path()
|
||||
|
||||
test(
|
||||
test(
|
||||
'wayland-egl symbols check',
|
||||
find_program('wayland-egl-symbols-check'),
|
||||
env: [
|
||||
'WAYLAND_EGL_LIB=@0@'.format(wayland_egl.full_path()),
|
||||
'NM=@0@'.format(nm_path)
|
||||
]
|
||||
)
|
||||
)
|
||||
endif
|
||||
|
||||
install_headers([
|
||||
'wayland-egl.h',
|
||||
|
|
Loading…
Reference in New Issue
Block a user