ringbuffer: add stress test

This commit is contained in:
Wim Taymans 2017-04-25 19:22:06 +02:00
parent 82d5ca1edc
commit 63d060a63e
2 changed files with 127 additions and 0 deletions

View file

@ -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],