mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
test: add test for the loop
This commit is contained in:
parent
c474846c42
commit
5ac5ebfe19
2 changed files with 112 additions and 0 deletions
|
|
@ -75,6 +75,14 @@ test('test-client',
|
|||
link_with: pwtest_lib)
|
||||
)
|
||||
|
||||
test('test-loop',
|
||||
executable('test-loop',
|
||||
'test-loop.c',
|
||||
include_directories: pwtest_inc,
|
||||
dependencies: [ spa_dep ],
|
||||
link_with: pwtest_lib)
|
||||
)
|
||||
|
||||
test('test-context',
|
||||
executable('test-context',
|
||||
'test-context.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue