egl: add missing ABI check test
We were building the executable for the test, but not declaring the test. Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
parent
f181de1bcf
commit
4a7348e48c
|
@ -9,7 +9,8 @@ wayland_egl = library(
|
|||
install: true
|
||||
)
|
||||
|
||||
executable('wayland-egl-abi-check', 'wayland-egl-abi-check.c')
|
||||
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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user