From eb4ee0b1d7dd9b79f757a0be00d7187ffcfbf60e Mon Sep 17 00:00:00 2001 From: David Reid Date: Fri, 28 Dec 2018 21:25:26 +1000 Subject: [PATCH] Update test program. --- tests/mal_test_0.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/mal_test_0.c b/tests/mal_test_0.c index 7b66badb..d3c485f5 100644 --- a/tests/mal_test_0.c +++ b/tests/mal_test_0.c @@ -34,6 +34,7 @@ mal_backend g_Backends[] = { mal_backend_alsa, mal_backend_jack, mal_backend_opensl, + mal_backend_webaudio, mal_backend_openal, #ifndef __linux__ mal_backend_sdl, // <-- SDL doesn't work properly for me on Linux due to a deadlock when enumerating capture devices when none are connected. Disabling for now.