Skip to content

Commit

Permalink
Update catch to v2.13.6
Browse files Browse the repository at this point in the history
Should hopefully build with clang-15.

Needed to replace uses of `REQUIRE( ... == Approx( ... ) )` with `REQUIRE_THAT( ... WithinAbs( ... ) )`.
  • Loading branch information
GPMueller committed Feb 8, 2023
1 parent 3285003 commit d2a78d1
Show file tree
Hide file tree
Showing 9 changed files with 15,669 additions and 8,215 deletions.
2 changes: 1 addition & 1 deletion core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ if( SPIRIT_BUILD_FOR_CXX OR SPIRIT_BUILD_FOR_JS )
# Add the test
add_test( NAME ${testName}
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
COMMAND ${testName} --use-colour=yes )
COMMAND ${testName} )
# Add to list
set( TEST_EXECUTABLES ${TEST_EXECUTABLES} ${testName} )
endmacro( add_framework_test testName testSrc )
Expand Down
Loading

0 comments on commit d2a78d1

Please sign in to comment.