tests: Add pipewire-alsa stress test

Add test that opens, prepares and closes the alsa pcm device in several
threads simultaneously in an infinite loop.
This commit is contained in:
Jonas Holmberg 2021-12-15 15:59:46 +01:00
parent c97d489929
commit 6aeb640e31
3 changed files with 175 additions and 0 deletions

View file

@ -467,6 +467,7 @@ endif
if alsa_dep.found()
subdir('pipewire-alsa/alsa-plugins')
subdir('pipewire-alsa/conf')
subdir('pipewire-alsa/tests')
endif
doxygen = find_program('doxygen', required : get_option('docs'))