Codebase list libsdl2-mixer / d037014
d/tests/libsdl2-mixer-dev: Add a way to really play the audio When doing manual testing, it's reassuring to actually be able to hear something. Simon McVittie 4 years ago
1 changed file(s) with 7 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1717 CROSS_COMPILE=
1818 fi
1919
20 export SDL_AUDIODRIVER=dummy
20 # For a manual test, set this to a non-empty value
21 if [ -z "${TEST_REALLY_PLAY_AUDIO-}" ]; then
22 set +x
23 echo "Silencing output: run with TEST_REALLY_PLAY_AUDIO=yes to hear audio"
24 set -x
25 export SDL_AUDIODRIVER=dummy
26 fi
2127
2228 cp playmus.c "$WORKDIR"
2329 cp playwave.c "$WORKDIR"