From f181de1bcf7dc34898144498f1323c184e73f79d Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 20 Jun 2023 09:13:57 +0200 Subject: [PATCH] tests: add missing proxy-test This was probably lost during a rebase. Signed-off-by: Simon Ser --- tests/meson.build | 4 ++++ 1 file changed, 4 insertions(+) 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