From d6079ce52657df497f318db62d8cd0cb73105e21 Mon Sep 17 00:00:00 2001 From: Chris Thrasher Date: Mon, 4 Sep 2023 19:21:42 -0600 Subject: [PATCH] Reenable `sf::Cursor` tests A fun thing about runDisplayTests() is that it means that the tests won't get run in CI on the DRM code. Technically you can run the display tests locally when buidling with DRM so these tests will still fail under those circumstances. Regardless I think this is a net positive to run the tests in CI. --- test/Window/Cursor.test.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/Window/Cursor.test.cpp b/test/Window/Cursor.test.cpp index 87027ae6b..42bdd379b 100644 --- a/test/Window/Cursor.test.cpp +++ b/test/Window/Cursor.test.cpp @@ -6,8 +6,7 @@ #include #include -// Skip these tests with [.display] because they fail when using DRM which hasn't implemented sf::Cursor -TEST_CASE("[Window] sf::Cursor", "[.display]") +TEST_CASE("[Window] sf::Cursor", runDisplayTests()) { SECTION("Type traits") {