mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
test: move the array tests to pwtest
Add them to the existing pw_properties test binary and rename that to pw-utils. Same functionality as before for the pw_array tests.
This commit is contained in:
parent
3865d8846e
commit
493f0724b5
3 changed files with 47 additions and 37 deletions
|
|
@ -38,9 +38,10 @@ executable('test-example',
|
|||
include_directories: pwtest_inc,
|
||||
link_with: pwtest_lib)
|
||||
|
||||
test('test properties',
|
||||
executable('test-properties',
|
||||
test('test pipewire utils',
|
||||
executable('test-pw-utils',
|
||||
'test-properties.c',
|
||||
'test-array.c',
|
||||
include_directories: pwtest_inc,
|
||||
link_with: pwtest_lib)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue