From a435e33084579d7413d42705a5e407d4f70143f7 Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Sat, 30 Sep 2023 20:25:50 +0300
Subject: [PATCH] updated test programs from latest SDL2
---
test/testautomation_video.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/test/testautomation_video.c b/test/testautomation_video.c
index aa9e7b9..b8e548b 100644
--- a/test/testautomation_video.c
+++ b/test/testautomation_video.c
@@ -278,6 +278,8 @@ int video_createWindowVariousFlags(void *arg)
break;
case 2:
flags = SDL_WINDOW_OPENGL;
+ /* Skip - not every video driver supports OpenGL; comment out next line to run test */
+ continue;
break;
case 3:
flags = SDL_WINDOW_SHOWN;