mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
test: move the context tests to here
This commit is contained in:
parent
53215a66b9
commit
dcfd6745d0
3 changed files with 71 additions and 49 deletions
|
|
@ -51,7 +51,12 @@ test('test lib',
|
|||
include_directories: pwtest_inc,
|
||||
link_with: pwtest_lib)
|
||||
)
|
||||
|
||||
test('test context',
|
||||
executable('test-context',
|
||||
'test-context.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