Add support for retrieving generator's element as string

This commit is contained in:
Martin Hořeňovský
2022-05-16 16:34:06 +02:00
parent af8b54ecd5
commit 48f3226974
5 changed files with 153 additions and 7 deletions

View File

@@ -184,6 +184,7 @@ set(IMPL_SOURCES
${SOURCES_DIR}/internal/catch_istream.cpp
${SOURCES_DIR}/generators/internal/catch_generators_combined_tu.cpp
${SOURCES_DIR}/interfaces/catch_interfaces_combined_tu.cpp
${SOURCES_DIR}/interfaces/catch_interfaces_generatortracker.cpp
${SOURCES_DIR}/interfaces/catch_interfaces_reporter.cpp
${SOURCES_DIR}/internal/catch_list.cpp
${SOURCES_DIR}/matchers/catch_matchers_floating_point.cpp