Split REMOVE_PARENS from catch_preprocessor.hpp

This way, some headers can include just the new header, which
transitively decreases the total include size of test_macros.hpp.
This commit is contained in:
Martin Hořeňovský
2022-04-15 17:14:25 +02:00
parent 574d042821
commit b520257676
5 changed files with 23 additions and 7 deletions

View File

@@ -116,6 +116,7 @@ set(INTERNAL_HEADERS
${SOURCES_DIR}/internal/catch_platform.hpp
${SOURCES_DIR}/internal/catch_polyfills.hpp
${SOURCES_DIR}/internal/catch_preprocessor.hpp
${SOURCES_DIR}/internal/catch_preprocessor_remove_parens.hpp
${SOURCES_DIR}/internal/catch_random_number_generator.hpp
${SOURCES_DIR}/internal/catch_random_seed_generation.hpp
${SOURCES_DIR}/reporters/catch_reporter_registrars.hpp