mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 21:36:11 +01:00
Fixing paths in SelfTest
This commit is contained in:
parent
4385951a55
commit
443fa0fc88
@ -7,10 +7,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "catch.hpp"
|
#include "catch.hpp"
|
||||||
#include "internal/catch_test_spec_parser.h"
|
#include "catch_test_spec_parser.h"
|
||||||
#include "internal/catch_test_case_info.h"
|
#include "catch_test_case_info.h"
|
||||||
#include "internal/catch_config.hpp"
|
#include "catch_config.hpp"
|
||||||
#include "internal/catch_commandline.h"
|
#include "catch_commandline.h"
|
||||||
|
|
||||||
#ifdef __clang__
|
#ifdef __clang__
|
||||||
# pragma clang diagnostic ignored "-Wc++98-compat"
|
# pragma clang diagnostic ignored "-Wc++98-compat"
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
* Distributed under the Boost Software License, Version 1.0. (See accompanying
|
* 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)
|
* file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
*/
|
*/
|
||||||
#include "internal/catch_suppress_warnings.h"
|
#include "catch_suppress_warnings.h"
|
||||||
#include "internal/catch_test_case_tracker.h"
|
#include "catch_test_case_tracker.h"
|
||||||
|
|
||||||
#include "catch.hpp"
|
#include "catch.hpp"
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
#include "catch.hpp"
|
#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]") {
|
TEST_CASE("Our PCG implementation provides expected results for known seeds", "[rng]") {
|
||||||
Catch::SimplePcg32 rng;
|
Catch::SimplePcg32 rng;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#include "internal/catch_stringref.h"
|
#include "catch_stringref.h"
|
||||||
|
|
||||||
#include "catch.hpp"
|
#include "catch.hpp"
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#include "internal/catch_string_manip.h"
|
#include "catch_string_manip.h"
|
||||||
|
|
||||||
#include "catch.hpp"
|
#include "catch.hpp"
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "catch.hpp"
|
#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" ) {
|
TEST_CASE( "Tag alias can be registered against tag patterns" ) {
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include "catch.hpp"
|
#include "catch.hpp"
|
||||||
|
|
||||||
#include "internal/catch_enum_values_registry.h"
|
#include "catch_enum_values_registry.h"
|
||||||
|
|
||||||
enum class EnumClass3 { Value1, Value2, Value3, Value4 };
|
enum class EnumClass3 { Value1, Value2, Value3, Value4 };
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#include "catch.hpp"
|
#include "catch.hpp"
|
||||||
#include "internal/catch_xmlwriter.h"
|
#include "catch_xmlwriter.h"
|
||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
// This file is only here to verify (to the extent possible) the self sufficiency of the header
|
// This file is only here to verify (to the extent possible) the self sufficiency of the header
|
||||||
#include "internal/catch_suppress_warnings.h"
|
#include "catch_suppress_warnings.h"
|
||||||
#include "internal/catch_console_colour.h"
|
#include "catch_console_colour.h"
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
// This file is only here to verify (to the extent possible) the self sufficiency of the header
|
// 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"
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
#include "internal/catch_suppress_warnings.h"
|
#include "catch_suppress_warnings.h"
|
||||||
#include "internal/catch_interfaces_reporter.h"
|
#include "catch_interfaces_reporter.h"
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
// This file is only here to verify (to the extent possible) the self sufficiency of the header
|
// This file is only here to verify (to the extent possible) the self sufficiency of the header
|
||||||
#include "internal/catch_suppress_warnings.h"
|
#include "catch_suppress_warnings.h"
|
||||||
#include "internal/catch_option.hpp"
|
#include "catch_option.hpp"
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
// This file is only here to verify (to the extent possible) the self sufficiency of the header
|
// This file is only here to verify (to the extent possible) the self sufficiency of the header
|
||||||
#include "internal/catch_suppress_warnings.h"
|
#include "catch_suppress_warnings.h"
|
||||||
#include "internal/catch_stream.h"
|
#include "catch_stream.h"
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
// This file is only here to verify (to the extent possible) the self sufficiency of the header
|
// 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"
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
// This file is only here to verify (to the extent possible) the self sufficiency of the header
|
// This file is only here to verify (to the extent possible) the self sufficiency of the header
|
||||||
#include "internal/catch_suppress_warnings.h"
|
#include "catch_suppress_warnings.h"
|
||||||
#include "internal/catch_test_spec.h"
|
#include "catch_test_spec.h"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file is only here to verify (to the extent possible) the self sufficiency of the header
|
// This file is only here to verify (to the extent possible) the self sufficiency of the header
|
||||||
#include "internal/catch_suppress_warnings.h"
|
#include "catch_suppress_warnings.h"
|
||||||
#include "internal/catch_xmlwriter.h"
|
#include "catch_xmlwriter.h"
|
||||||
#include "internal/catch_reenable_warnings.h"
|
#include "catch_reenable_warnings.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user