From 35680a2561baa04b5911b4bff592312bb7d0683e Mon Sep 17 00:00:00 2001 From: Martin Marmsoler Date: Wed, 1 Nov 2023 22:54:29 +0100 Subject: [PATCH] revert and format --- .github/workflows/build.yml | 2 +- test/CMakeLists.txt | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 04668891e..9773e150c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -297,7 +297,7 @@ jobs: if: matrix.env.ninja_platform == 'win' run: | cd build/release - ninja check check_no_win32_offscreen + ninja check_no_win32_offscreen publish: # https://github.com/marvinpinto/actions/issues/177 diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 54503d4e4..99ba8fe34 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -29,9 +29,9 @@ macro(test) "$") if(${ARG_NO_WIN32_OFFSCREEN}) - set(PLATFORM "windows") + set(PLATFORM "windows") else() - set(PLATFORM "offscreen") + set(PLATFORM "offscreen") endif() set_tests_properties( @@ -66,7 +66,6 @@ add_custom_target( COMMENT "Running tests..." USES_TERMINAL) - enable_testing() # Add test library.