diff options
| author | Matt Turner <mattst88@gmail.com> | 2024-12-19 21:49:02 -0500 |
|---|---|---|
| committer | Simon Ser <contact@emersion.fr> | 2025-06-08 17:30:55 +0000 |
| commit | fdac631d1744d50e6e470bb78bf5057664967e32 (patch) | |
| tree | 8da06126f07ff8c1ba3b56dd65b2fa25c948ff7a /tests | |
| parent | tests: Add support for specifying runtime dependencies (diff) | |
| download | wayland-fdac631d1744d50e6e470bb78bf5057664967e32.tar wayland-fdac631d1744d50e6e470bb78bf5057664967e32.tar.gz wayland-fdac631d1744d50e6e470bb78bf5057664967e32.tar.bz2 wayland-fdac631d1744d50e6e470bb78bf5057664967e32.tar.lz wayland-fdac631d1744d50e6e470bb78bf5057664967e32.tar.xz wayland-fdac631d1744d50e6e470bb78bf5057664967e32.tar.zst wayland-fdac631d1744d50e6e470bb78bf5057664967e32.zip | |
tests: Depend on exec-fd-leak-checker
Closes: https://gitlab.freedesktop.org/wayland/wayland/-/issues/514
Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/meson.build | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/meson.build b/tests/meson.build index 44f1233..6ada520 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -54,7 +54,7 @@ tests_protocol_c = custom_target( output: 'tests-protocol.c' ) -executable( +exec_fd_leak_checker = executable( 'exec-fd-leak-checker', 'exec-fd-leak-checker.c', dependencies: test_runner_dep @@ -129,6 +129,7 @@ tests = { wayland_client_protocol_h, wayland_server_protocol_h, ], + 'runtime_deps': [ exec_fd_leak_checker ], }, 'socket-test': { 'extra_sources': [ @@ -183,7 +184,9 @@ tests = { 'headers-protocol-core-test.c', ], }, - 'os-wrappers-test': {}, + 'os-wrappers-test': { + 'runtime_deps': [ exec_fd_leak_checker ], + }, 'proxy-test': { 'extra_sources': [ wayland_client_protocol_h, |
