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:
Simon Ser 2023-06-20 09:15:02 +02:00
parent f181de1bcf
commit 4a7348e48c

View File

@ -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()