mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-04 05:09:53 +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 );
|
||||
}
|
||||
|
||||
#include "catch_commandline.hpp"
|
||||
#include "catch_reporter_basic.hpp"
|
||||
#include "catch_reporter_xml.hpp"
|
||||
#include "catch_reporter_junit.hpp"
|
||||
#include "../../include/internal/catch_commandline.hpp"
|
||||
#include "../../include/reporters/catch_reporter_basic.hpp"
|
||||
#include "../../include/reporters/catch_reporter_xml.hpp"
|
||||
#include "../../include/reporters/catch_reporter_junit.hpp"
|
||||
|
||||
template<size_t size>
|
||||
bool parseIntoConfig( const char * (&argv)[size], Catch::Config& config ) {
|
||||
|
Loading…
Reference in New Issue
Block a user