Removed basic reporter

This commit is contained in:
Phil Nash
2013-08-15 19:09:07 +01:00
parent aa7123b696
commit 3faa412855
7 changed files with 6 additions and 708 deletions

View File

@@ -1,6 +1,6 @@
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CatchSelfTest is a Catch v1.0 b6 host application.
CatchSelfTest is a Catch v1.0 b7 host application.
Run with -? for options
-------------------------------------------------------------------------------
@@ -712,7 +712,7 @@ with expansion:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CatchSelfTest is a Catch v1.0 b6 host application.
CatchSelfTest is a Catch v1.0 b7 host application.
Run with -? for options
-------------------------------------------------------------------------------

View File

@@ -11,6 +11,7 @@
#include "catch_self_test.hpp"
#include "internal/catch_text.h"
#include "internal/catch_console_colour.hpp"
TEST_CASE( "selftest/main", "Runs all Catch self tests and checks their results" ) {
using namespace Catch;
@@ -65,7 +66,6 @@ TEST_CASE( "meta/Misc/Sections", "looped tests" ) {
#include "../../include/internal/catch_commandline.hpp"
#include "../../include/internal/catch_test_spec.h"
#include "../../include/reporters/catch_reporter_basic.hpp"
#include "../../include/reporters/catch_reporter_xml.hpp"
template<size_t size>