mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-23 06:59:58 -05:00
add more tests
This commit is contained in:
parent
5b7ddb0105
commit
19e4b04939
5 changed files with 137 additions and 0 deletions
|
|
@ -1,5 +1,10 @@
|
|||
test_buffer = executable('test-buffer', 'test-buffer.c',
|
||||
include_directories : [spa_inc ],
|
||||
dependencies : [],
|
||||
install : false)
|
||||
test_utils = executable('test-utils', 'test-utils.c',
|
||||
include_directories : [spa_inc ],
|
||||
dependencies : [],
|
||||
install : false)
|
||||
test('test-buffer', test_buffer)
|
||||
test('test-utils', test_utils)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue