SDL
SDL copied to clipboard
Fix running testautomation with high iteration count + events + audio
- Fix running
testautomationwith--iterations>= 256 - Make sure events subsystem is initialized for events tests (there was a bug in
testautomation_audio.cthat closed the audio subsystem too often) - Running
testautomationwithout anySDL_AUDIO_DRIVERenvironment variable, will not actually test all audio drivers that are built-in.
Description
Existing Issue(s)
@madebr, do you want to finish this off and merge it?