foot/tests/meson.build

9 lines
223 B
Meson
Raw Normal View History

config_test = executable(
'test-config',
'test-config.c',
wl_proto_headers,
2026-02-19 20:19:30 +08:00
link_with: [common, misc, tokenize],
dependencies: [pixman, xkb, fontconfig, wayland_client, fcft, tllist])
test('config', config_test)