From f40822980e9794649e40c9ffcfb1df8b9f0cae9d Mon Sep 17 00:00:00 2001 From: Mathis Logemann Date: Wed, 25 Aug 2021 17:25:23 +0200 Subject: [PATCH] update to latest catch2 --- test/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 0e57e997d..a18720306 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -9,7 +9,7 @@ include(CopyDllsForDebug) FetchContent_Declare( Catch2 GIT_REPOSITORY https://github.com/catchorg/Catch2.git - GIT_TAG v2.13.3) + GIT_TAG v2.13.7) FetchContent_MakeAvailable(Catch2) # Prepare "Catch" library for other executables @@ -193,7 +193,7 @@ mapnik_copy_dependencies( file(COPY data DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/test) file(COPY data-visual DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/test) -ParseAndAddCatchTests(mapnik-test-unit) +catch_discover_tests(mapnik-test-unit) catch_discover_tests(agg_rasterizer_integer_overflow_test) catch_discover_tests(datasource_registration_test) catch_discover_tests(font_registration_test)