Skip to content

Commit

Permalink
Update catch2
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Jun 6, 2024
1 parent 867f5a3 commit ed66671
Show file tree
Hide file tree
Showing 4 changed files with 25,698 additions and 17,971 deletions.
4 changes: 3 additions & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
set(CATCH_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR})
add_library(Catch INTERFACE)
target_include_directories(
Catch INTERFACE ${CATCH_INCLUDE_DIR} ${CMAKE_SOURCE_DIR} ${Boost_INCLUDE_DIR} ${OPENSSL_INCLUDE_DIR})
Catch INTERFACE ${CATCH_INCLUDE_DIR} ${CMAKE_SOURCE_DIR} ${Boost_INCLUDE_DIR}
${OPENSSL_INCLUDE_DIR})

set(TEST_LIBRARIES Catch)
if(ANDROID)
Expand All @@ -14,6 +15,7 @@ list(APPEND TEST_LIBRARIES OpenSSL::Crypto OpenSSL::SSL)
# Make test executable
set(TEST_SOURCES
${CMAKE_CURRENT_SOURCE_DIR}/test_main.cpp
${CMAKE_CURRENT_SOURCE_DIR}/catch_amalgamated.cpp
${CMAKE_SOURCE_DIR}/common/jwt.cpp
${CMAKE_SOURCE_DIR}/common/base64.cpp
${CMAKE_SOURCE_DIR}/server/streamreader/control_error.cpp
Expand Down
Loading

0 comments on commit ed66671

Please sign in to comment.