From 55cf1abaa6badba4b057aba2413c640905ab6e22 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 8 Aug 2023 16:06:41 +0100 Subject: [PATCH] test: Don't flag testsurround as suitable for non-interactive use According to #8088 it has no value as an automated test, and by default it takes long enough to hit the default test timeout. Resolves: #8088 Signed-off-by: Simon McVittie --- test/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index d207a9afd..1a710ca91 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -279,7 +279,6 @@ endif() if(SDL_DUMMYAUDIO) set_property(TARGET testaudioinfo PROPERTY SDL_NONINTERACTIVE 1) - set_property(TARGET testsurround PROPERTY SDL_NONINTERACTIVE 1) endif() if(SDL_DUMMYVIDEO)