Add unit test for common/buf.c

This commit is contained in:
Johan Malm 2023-09-23 15:07:25 +01:00
parent c4b8b53198
commit 6ca12ad4d7
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,