Split out CaseSensitive enum out of catch_common.hpp

Only very few places actually use it, so there is no need to have
it be central to everywhere.
This commit is contained in:
Martin Hořeňovský
2020-08-18 13:11:30 +02:00
parent e7eb749815
commit 6a46b344c0
6 changed files with 17 additions and 6 deletions

View File

@@ -44,6 +44,7 @@ set(INTERNAL_HEADERS
${SOURCES_DIR}/catch_assertion_info.hpp
${SOURCES_DIR}/catch_assertion_result.hpp
${SOURCES_DIR}/internal/catch_test_macro_impl.hpp
${SOURCES_DIR}/internal/catch_case_sensitive.hpp
${SOURCES_DIR}/internal/catch_clara.hpp
${SOURCES_DIR}/internal/catch_commandline.hpp
${SOURCES_DIR}/internal/catch_common.hpp