[upstream_utils] Add Catch2 (#8203)

This commit is contained in:
Gold856
2025-09-08 17:14:23 -04:00
committed by GitHub
parent e8490eb242
commit 5cd97c6353
308 changed files with 29755 additions and 34 deletions

View File

@@ -267,6 +267,9 @@ if(WITH_TESTS)
enable_testing()
add_subdirectory(thirdparty/googletest)
include(GoogleTest)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/thirdparty/catch2/extras")
add_subdirectory(thirdparty/catch2)
include(Catch)
endif()
if(USE_SYSTEM_LIBUV)