Move throwing test failure exceptions into a helper

This commit is contained in:
Martin Hořeňovský
2022-11-05 00:22:45 +01:00
parent ec59cd8736
commit 5f9d4ef331
5 changed files with 33 additions and 5 deletions

View File

@@ -176,6 +176,7 @@ set(IMPL_SOURCES
${SOURCES_DIR}/internal/catch_commandline.cpp
${SOURCES_DIR}/internal/catch_source_line_info.cpp
${SOURCES_DIR}/catch_config.cpp
${SOURCES_DIR}/internal/catch_test_failure_exception.cpp
${SOURCES_DIR}/internal/catch_case_insensitive_comparisons.cpp
${SOURCES_DIR}/internal/catch_console_colour.cpp
${SOURCES_DIR}/internal/catch_context.cpp