foot/tests/meson.build
2022-02-06 12:02:42 +01:00

8 lines
224 B
Meson

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