mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
test: convert two spa tests to pwtest
This commit is contained in:
parent
493f0724b5
commit
7909c99ead
4 changed files with 124 additions and 93 deletions
|
|
@ -51,3 +51,11 @@ test('test lib',
|
|||
include_directories: pwtest_inc,
|
||||
link_with: pwtest_lib)
|
||||
)
|
||||
|
||||
test('test spa',
|
||||
executable('test-spa',
|
||||
'test-spa-buffer.c',
|
||||
'test-spa-json.c',
|
||||
include_directories: pwtest_inc,
|
||||
link_with: pwtest_lib)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue