mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
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
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue