mirror of
https://github.com/catchorg/Catch2.git
synced 2025-06-03 02:17:54 +00:00
Removed basic reporter
This commit is contained in:
parent
aa7123b696
commit
3faa412855
7 changed files with 6 additions and 708 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue