Add reporter for Automake (#826)

This allows for integration with Automake's default log compiler.

See #826 for more details.
This commit is contained in:
Justin Wilson
2017-02-22 04:17:25 -06:00
committed by Martin Hořeňovský
parent 9bab7c8229
commit b753f05d74
4 changed files with 234 additions and 0 deletions

View File

@@ -210,6 +210,7 @@ CheckFileList(INTERNAL_HEADERS ${HEADER_DIR}/internal)
# Please keep these ordered alphabetically
set(REPORTER_HEADERS
${HEADER_DIR}/reporters/catch_reporter_automake.hpp
${HEADER_DIR}/reporters/catch_reporter_bases.hpp
${HEADER_DIR}/reporters/catch_reporter_compact.hpp
${HEADER_DIR}/reporters/catch_reporter_console.hpp