mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 21:36:11 +01:00
qualified #includes
This commit is contained in:
parent
19b2aa6187
commit
e9e68591a2
@ -54,10 +54,10 @@ TEST_CASE( "meta/Misc/Sections", "looped tests" ) {
|
|||||||
CHECK( runner.getTotals().assertions.failed == 1 );
|
CHECK( runner.getTotals().assertions.failed == 1 );
|
||||||
}
|
}
|
||||||
|
|
||||||
#include "catch_commandline.hpp"
|
#include "../../include/internal/catch_commandline.hpp"
|
||||||
#include "catch_reporter_basic.hpp"
|
#include "../../include/reporters/catch_reporter_basic.hpp"
|
||||||
#include "catch_reporter_xml.hpp"
|
#include "../../include/reporters/catch_reporter_xml.hpp"
|
||||||
#include "catch_reporter_junit.hpp"
|
#include "../../include/reporters/catch_reporter_junit.hpp"
|
||||||
|
|
||||||
template<size_t size>
|
template<size_t size>
|
||||||
bool parseIntoConfig( const char * (&argv)[size], Catch::Config& config ) {
|
bool parseIntoConfig( const char * (&argv)[size], Catch::Config& config ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user