Ecore suite: Fix hangs when PulseAudio is not present
authorJean-Philippe Andre <jp.andre@samsung.com>
Tue, 4 Mar 2014 06:56:19 +0000 (15:56 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 4 Mar 2014 07:01:45 +0000 (16:01 +0900)
commit9750bd51f2688a2990c57f2e464010edb210415a
tree53a803a6c90eb73e187342bddacd9f8611d37ed0
parent8ddfa35da67fe035805961f5c89312e61325586f
Ecore suite: Fix hangs when PulseAudio is not present

EFL can be built with PulseAudio support even if PA is
not present on the system. In that case, ecore_suite will
hang forever. Let's just catch the error instead.

Note: make check will fail if PA is not available (but not hang)

This is not related to Tom's recent mail (but yeah it reminded me
of this bug^^)

Fixes T732.
src/tests/ecore/ecore_test_ecore_audio.c