mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
test: add tests for pw_properties
This commit is contained in:
parent
5911a629f3
commit
44dcca0d99
2 changed files with 260 additions and 0 deletions
|
|
@ -37,3 +37,10 @@ executable('test-example',
|
|||
'test-example.c',
|
||||
include_directories: pwtest_inc,
|
||||
link_with: pwtest_lib)
|
||||
|
||||
test('test properties',
|
||||
executable('test-properties',
|
||||
'test-properties.c',
|
||||
include_directories: pwtest_inc,
|
||||
link_with: pwtest_lib)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue