games-strategy/wesnoth: Fix failing test

Closes: https://bugs.gentoo.org/931551
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
Pacho Ramos
2024-05-09 11:08:28 +02:00
parent e0b2df3a4a
commit 1cc4ea1522

View File

@@ -92,6 +92,11 @@ src_configure() {
cmake_src_configure
}
src_test() {
# Allow SDL_Mixer test to pass, bug #931551
SDL_AUDIODRIVER=dummy cmake_src_test
}
src_install() {
local DOCS=( README.md changelog.md )
cmake_src_install