Skip to content

Commit

Permalink
update to latest catch2
Browse files Browse the repository at this point in the history
  • Loading branch information
mathisloge committed Aug 25, 2021
1 parent 2bd0939 commit dde791c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit dde791c

Please sign in to comment.