app-emulation/faudio: fix multilib tests

This broke with 53b9c858f0f1177c4fc9c34758c74c2d8b6399ce.

Closes: https://bugs.gentoo.org/957400
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2025-06-08 03:45:31 +01:00
parent 8a37e7b0cc
commit a1b96c8eb5
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -35,7 +35,7 @@ src_configure() {
cmake-multilib_src_configure
}
src_test() {
multilib_src_test() {
einfo "Running faudio_tests, this may take some time without output..."
SDL_AUDIODRIVER=dummy "${BUILD_DIR}"/faudio_tests || die
}