mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
Add unit test for common/buf.c
This commit is contained in:
parent
c4b8b53198
commit
6ca12ad4d7
6 changed files with 126 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue