foot/tests/meson.build

9 lines
217 B
Meson
Raw Permalink Normal View History

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)