[upstream_utils] Upgrade to Catch2 3.14.0 (#8757)

This commit is contained in:
Tyler Veness
2026-04-11 13:51:34 -07:00
committed by GitHub
parent 2102a543d1
commit 8e72d17770
64 changed files with 1177 additions and 474 deletions

View File

@@ -146,6 +146,7 @@ function(catch_discover_tests_impl)
# Exit early if no tests are detected
if(num_tests STREQUAL "0")
file(WRITE "${_CTEST_FILE}" "")
return()
endif()