diff options
| author | Simon Ser <contact@emersion.fr> | 2023-06-20 09:13:57 +0200 |
|---|---|---|
| committer | Simon Ser <contact@emersion.fr> | 2023-06-20 09:20:49 +0200 |
| commit | f181de1bcf7dc34898144498f1323c184e73f79d (patch) | |
| tree | 9176e5604fe01f93ed9fbd3a4243e65097565ee0 /tests | |
| parent | server: use bool in struct fields (diff) | |
| download | wayland-f181de1bcf7dc34898144498f1323c184e73f79d.tar wayland-f181de1bcf7dc34898144498f1323c184e73f79d.tar.gz wayland-f181de1bcf7dc34898144498f1323c184e73f79d.tar.bz2 wayland-f181de1bcf7dc34898144498f1323c184e73f79d.tar.lz wayland-f181de1bcf7dc34898144498f1323c184e73f79d.tar.xz wayland-f181de1bcf7dc34898144498f1323c184e73f79d.tar.zst wayland-f181de1bcf7dc34898144498f1323c184e73f79d.zip | |
tests: add missing proxy-test
This was probably lost during a rebase.
Signed-off-by: Simon Ser <contact@emersion.fr>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/meson.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build index 40e3ab3..6cdd2b4 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -146,6 +146,10 @@ tests = { 'headers-protocol-core-test.c', ], 'os-wrappers-test': [], + 'proxy-test': [ + wayland_client_protocol_h, + wayland_server_protocol_h, + ], } foreach test_name, test_extra_sources: tests |
