aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2023-06-20 09:13:57 +0200
committerSimon Ser <contact@emersion.fr>2023-06-20 09:20:49 +0200
commitf181de1bcf7dc34898144498f1323c184e73f79d (patch)
tree9176e5604fe01f93ed9fbd3a4243e65097565ee0 /tests
parentserver: use bool in struct fields (diff)
downloadwayland-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.build4
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