Merged Martin Moene’s “compact reporter”

This commit is contained in:
Phil Nash 2014-05-01 07:27:57 +01:00
parent 9f1e054a42
commit c02c7003dc
3 changed files with 298 additions and 0 deletions

View file

@ -39,6 +39,7 @@
#include "../reporters/catch_reporter_xml.hpp"
#include "../reporters/catch_reporter_junit.hpp"
#include "../reporters/catch_reporter_console.hpp"
#include "../reporters/catch_reporter_compact.hpp"
namespace Catch {
NonCopyable::~NonCopyable() {}
@ -66,6 +67,7 @@ namespace Catch {
StreamingReporterBase::~StreamingReporterBase() {}
ConsoleReporter::~ConsoleReporter() {}
CompactReporter::~CompactReporter() {}
IRunner::~IRunner() {}
IMutableContext::~IMutableContext() {}
IConfig::~IConfig() {}