mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-28 08:57:33 -05:00
ringbuffer: add stress test
This commit is contained in:
parent
82d5ca1edc
commit
63d060a63e
2 changed files with 127 additions and 0 deletions
|
|
@ -8,6 +8,11 @@ executable('test-ringbuffer', 'test-ringbuffer.c',
|
|||
dependencies : [dl_lib, pthread_lib],
|
||||
link_with : spalib,
|
||||
install : false)
|
||||
executable('stress-ringbuffer', 'stress-ringbuffer.c',
|
||||
include_directories : [spa_inc, spa_libinc ],
|
||||
dependencies : [dl_lib, pthread_lib],
|
||||
link_with : spalib,
|
||||
install : false)
|
||||
executable('test-v4l2', 'test-v4l2.c',
|
||||
include_directories : [spa_inc, spa_libinc ],
|
||||
dependencies : [dl_lib, sdl_dep, pthread_lib],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue