mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-02 01:40:13 -05:00
9 lines
188 B
Meson
9 lines
188 B
Meson
|
|
config_test = executable(
|
||
|
|
'test-config',
|
||
|
|
'test-config.c', '../tokenize.c',
|
||
|
|
wl_proto_headers,
|
||
|
|
link_with: [common],
|
||
|
|
dependencies: [pixman, xkb, fcft])
|
||
|
|
|
||
|
|
test('config', config_test)
|