toes/tests/meson.build
2026-05-12 23:33:02 -07:00

8 lines
217 B
Meson

config_test = executable(
'test-config',
'test-config.c',
wl_proto_headers,
link_with: [common, tokenize],
dependencies: [pixman, xkb, fontconfig, wayland_client, fcft, tllist])
test('config', config_test)