Add unit test for common/buf.c

This commit is contained in:
Johan Malm 2023-09-23 15:07:25 +01:00 committed by Consolatis
parent 5ae9eed1ac
commit a368bbee6a
6 changed files with 126 additions and 3 deletions

View file

@ -130,6 +130,11 @@ subdir('include')
subdir('src')
subdir('docs')
dep_cmocka = dependency('cmocka', required: get_option('test'))
if dep_cmocka.found()
subdir('t')
endif
executable(
meson.project_name(),
labwc_sources,