mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-02 07:15:31 -04:00
test: add a test binary for foot, using the ‘check’ test framework
This commit is contained in:
parent
fd26fadc2c
commit
30709b0968
3 changed files with 76 additions and 0 deletions
|
|
@ -84,6 +84,7 @@ wayland_cursor = dependency('wayland-cursor')
|
|||
xkb = dependency('xkbcommon', version: '>=1.0.0')
|
||||
fontconfig = dependency('fontconfig')
|
||||
utf8proc = dependency('libutf8proc', required: get_option('grapheme-clustering'))
|
||||
check = dependency('check', required: false)
|
||||
|
||||
if utf8proc.found()
|
||||
add_project_arguments('-DFOOT_GRAPHEME_CLUSTERING=1', language: 'c')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue