Преглед на файлове

Skip the Jack audio server test

The Jack server might not be running even though the libraries are installed.
Sam Lantinga преди 5 месеца
родител
ревизия
f0a8e09f7c
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      test/testautomation_audio.c

+ 3 - 0
test/testautomation_audio.c

@@ -67,6 +67,9 @@ static SDL_bool DriverIsProblematic(const char *driver)
          */
         "dsp",
 
+        /* Jack isn't always configured properly on end user systems */
+        "jack",
+
         /* OpenBSD sound API. Can be used on Linux, but very rare. */
         "sndio",