Provide ConsoleReporter declaration with EXTERNAL_INTERFACES

Related to #991
This commit is contained in:
Martin Hořeňovský
2017-11-14 20:42:58 +01:00
parent a096e4b3f2
commit 98d4c49d1c
4 changed files with 673 additions and 609 deletions

View File

@@ -13,6 +13,7 @@
// Allow users to base their work off existing reporters
#include "../reporters/catch_reporter_compact.h"
#include "../reporters/catch_reporter_console.h"
#include "../reporters/catch_reporter_junit.h"
#include "../reporters/catch_reporter_xml.h"