Split out catch_run_context into cpp and hpp file

This commit is contained in:
Martin Hořeňovský
2017-07-15 16:48:21 +02:00
parent cf6f9e3253
commit 7ccf11da29
3 changed files with 325 additions and 276 deletions

View File

@@ -210,6 +210,7 @@ set(IMPL_SOURCES
${HEADER_DIR}/internal/catch_registry_hub.cpp
${HEADER_DIR}/internal/catch_result_builder.cpp
${HEADER_DIR}/internal/catch_result_type.cpp
${HEADER_DIR}/internal/catch_run_context.cpp
${HEADER_DIR}/internal/catch_section.cpp
${HEADER_DIR}/internal/catch_section_info.cpp
${HEADER_DIR}/internal/catch_startup_exception_registry.cpp