linked_list: Add unittest
This commit is contained in:
parent
7d2668e360
commit
b496efa2f9
2 changed files with 229 additions and 0 deletions
10
meson.build
10
meson.build
|
@ -168,6 +168,16 @@ if get_option('examples').enabled()
|
|||
)
|
||||
endif
|
||||
|
||||
test(
|
||||
'linked_list',
|
||||
executable(
|
||||
'linked_list_test',
|
||||
['common/linked_list.c', 'tests/linked_list.c'],
|
||||
include_directories: [include_directories('.', 'include')],
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
summary({
|
||||
'seatd': get_option('seatd').enabled() ? 1 : 0,
|
||||
'builtin': get_option('builtin').enabled() ? 1 : 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue