mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
parent
dcfd6745d0
commit
518ffde9ec
3 changed files with 178 additions and 0 deletions
|
|
@ -57,6 +57,13 @@ test('test context',
|
|||
include_directories: pwtest_inc,
|
||||
link_with: pwtest_lib)
|
||||
)
|
||||
test('test support',
|
||||
executable('test-support',
|
||||
'test-support.c',
|
||||
'test-logger.c',
|
||||
include_directories: pwtest_inc,
|
||||
link_with: pwtest_lib)
|
||||
)
|
||||
test('test spa',
|
||||
executable('test-spa',
|
||||
'test-spa-buffer.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue