foot/tests/meson.build
2021-12-11 18:52:05 +01:00

8 lines
196 B
Meson

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