From 0f24a8c06f57cf878b99a3004defe808d1cad4fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Wed, 22 Feb 2017 13:28:36 +0100 Subject: [PATCH] Added Automake and TAP reporters to SelfTest's main --- projects/SelfTest/TestMain.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/projects/SelfTest/TestMain.cpp b/projects/SelfTest/TestMain.cpp index 2a1769c3..7251d178 100644 --- a/projects/SelfTest/TestMain.cpp +++ b/projects/SelfTest/TestMain.cpp @@ -9,6 +9,9 @@ #define CATCH_CONFIG_MAIN #include "catch.hpp" #include "../include/reporters/catch_reporter_teamcity.hpp" +#include "../include/reporters/catch_reporter_tap.hpp" +#include "../include/reporters/catch_reporter_automake.hpp" + // Some example tag aliases CATCH_REGISTER_TAG_ALIAS( "[@nhf]", "[failing]~[.]" )