Fixing paths in SelfTest

This commit is contained in:
Martin Hořeňovský 2019-11-30 17:41:17 +01:00
parent 4385951a55
commit 443fa0fc88
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
16 changed files with 27 additions and 27 deletions

View File

@ -7,10 +7,10 @@
*/
#include "catch.hpp"
#include "internal/catch_test_spec_parser.h"
#include "internal/catch_test_case_info.h"
#include "internal/catch_config.hpp"
#include "internal/catch_commandline.h"
#include "catch_test_spec_parser.h"
#include "catch_test_case_info.h"
#include "catch_config.hpp"
#include "catch_commandline.h"
#ifdef __clang__
# pragma clang diagnostic ignored "-Wc++98-compat"

View File

@ -5,8 +5,8 @@
* Distributed under the Boost Software License, Version 1.0. (See accompanying
* file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
*/
#include "internal/catch_suppress_warnings.h"
#include "internal/catch_test_case_tracker.h"
#include "catch_suppress_warnings.h"
#include "catch_test_case_tracker.h"
#include "catch.hpp"

View File

@ -7,7 +7,7 @@
#include "catch.hpp"
#include "internal/catch_random_number_generator.h"
#include "catch_random_number_generator.h"
TEST_CASE("Our PCG implementation provides expected results for known seeds", "[rng]") {
Catch::SimplePcg32 rng;

View File

@ -1,4 +1,4 @@
#include "internal/catch_stringref.h"
#include "catch_stringref.h"
#include "catch.hpp"

View File

@ -1,4 +1,4 @@
#include "internal/catch_string_manip.h"
#include "catch_string_manip.h"
#include "catch.hpp"

View File

@ -7,7 +7,7 @@
*/
#include "catch.hpp"
#include "internal/catch_tag_alias_registry.h"
#include "catch_tag_alias_registry.h"
TEST_CASE( "Tag alias can be registered against tag patterns" ) {

View File

@ -1,6 +1,6 @@
#include "catch.hpp"
#include "internal/catch_enum_values_registry.h"
#include "catch_enum_values_registry.h"
enum class EnumClass3 { Value1, Value2, Value3, Value4 };

View File

@ -1,5 +1,5 @@
#include "catch.hpp"
#include "internal/catch_xmlwriter.h"
#include "catch_xmlwriter.h"
#include <sstream>

View File

@ -1,3 +1,3 @@
// This file is only here to verify (to the extent possible) the self sufficiency of the header
#include "internal/catch_suppress_warnings.h"
#include "internal/catch_console_colour.h"
#include "catch_suppress_warnings.h"
#include "catch_console_colour.h"

View File

@ -1,2 +1,2 @@
// This file is only here to verify (to the extent possible) the self sufficiency of the header
#include "internal/catch_debugger.h"
#include "catch_debugger.h"

View File

@ -1,2 +1,2 @@
#include "internal/catch_suppress_warnings.h"
#include "internal/catch_interfaces_reporter.h"
#include "catch_suppress_warnings.h"
#include "catch_interfaces_reporter.h"

View File

@ -1,3 +1,3 @@
// This file is only here to verify (to the extent possible) the self sufficiency of the header
#include "internal/catch_suppress_warnings.h"
#include "internal/catch_option.hpp"
#include "catch_suppress_warnings.h"
#include "catch_option.hpp"

View File

@ -1,3 +1,3 @@
// This file is only here to verify (to the extent possible) the self sufficiency of the header
#include "internal/catch_suppress_warnings.h"
#include "internal/catch_stream.h"
#include "catch_suppress_warnings.h"
#include "catch_stream.h"

View File

@ -1,2 +1,2 @@
// This file is only here to verify (to the extent possible) the self sufficiency of the header
#include "internal/catch_test_case_tracker.h"
#include "catch_test_case_tracker.h"

View File

@ -1,3 +1,3 @@
// This file is only here to verify (to the extent possible) the self sufficiency of the header
#include "internal/catch_suppress_warnings.h"
#include "internal/catch_test_spec.h"
#include "catch_suppress_warnings.h"
#include "catch_test_spec.h"

View File

@ -1,4 +1,4 @@
// This file is only here to verify (to the extent possible) the self sufficiency of the header
#include "internal/catch_suppress_warnings.h"
#include "internal/catch_xmlwriter.h"
#include "internal/catch_reenable_warnings.h"
#include "catch_suppress_warnings.h"
#include "catch_xmlwriter.h"
#include "catch_reenable_warnings.h"