tests: ensure constraints-test has the header

I was doing
$ mseon setup --wipe
$ meson test

and hit

../../git/weston/tests/constraints-test.c:31:10:
fatal error: pointer-constraints-unstable-v1-client-protocol.h:
No such file or directory
   31 | #include "pointer-constraints-unstable-v1-client-protocol.h"

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
Pekka Paalanen 2026-03-13 14:28:24 +02:00
parent 3534c77b66
commit cddebbf5d5

View file

@ -53,6 +53,7 @@ tests = [
'name': 'constraints',
'sources': [
'constraints-test.c',
pointer_constraints_unstable_v1_client_protocol_h,
pointer_constraints_unstable_v1_protocol_c,
],
},