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:
Peter Hutterer 2021-06-01 16:28:13 +10:00
parent 3865d8846e
commit 493f0724b5
3 changed files with 47 additions and 37 deletions

View file

@ -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)
)