foot/tests/meson.build

8 lines
208 B
Meson

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