mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
Add unit test for common/buf.c
This commit is contained in:
parent
5ae9eed1ac
commit
a368bbee6a
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