mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
tests/interpol-test: check if mainloop_start() succeed
This commit is contained in:
parent
a836927495
commit
5ea7dac11c
1 changed files with 2 additions and 1 deletions
|
|
@ -126,7 +126,8 @@ int main(int argc, char *argv[]) {
|
|||
|
||||
pa_gettimeofday(&start);
|
||||
|
||||
pa_threaded_mainloop_start(m);
|
||||
r = pa_threaded_mainloop_start(m);
|
||||
assert(r >= 0);
|
||||
|
||||
for (k = 0; k < 5000; k++) {
|
||||
pa_bool_t success = FALSE, changed = FALSE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue