Squashed 'libs/Catch2/' content from commit 182c910b
git-subtree-dir: libs/Catch2 git-subtree-split: 182c910b4b63ff587a3440e08f84f70497e49a81
This commit is contained in:
3
projects/SelfTest/SurrogateCpps/catch_console_colour.cpp
Normal file
3
projects/SelfTest/SurrogateCpps/catch_console_colour.cpp
Normal file
@@ -0,0 +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"
|
||||
2
projects/SelfTest/SurrogateCpps/catch_debugger.cpp
Normal file
2
projects/SelfTest/SurrogateCpps/catch_debugger.cpp
Normal file
@@ -0,0 +1,2 @@
|
||||
// This file is only here to verify (to the extent possible) the self sufficiency of the header
|
||||
#include "internal/catch_debugger.h"
|
||||
@@ -0,0 +1,2 @@
|
||||
#include "internal/catch_suppress_warnings.h"
|
||||
#include "internal/catch_interfaces_reporter.h"
|
||||
3
projects/SelfTest/SurrogateCpps/catch_option.cpp
Normal file
3
projects/SelfTest/SurrogateCpps/catch_option.cpp
Normal file
@@ -0,0 +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"
|
||||
3
projects/SelfTest/SurrogateCpps/catch_stream.cpp
Normal file
3
projects/SelfTest/SurrogateCpps/catch_stream.cpp
Normal file
@@ -0,0 +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"
|
||||
@@ -0,0 +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"
|
||||
3
projects/SelfTest/SurrogateCpps/catch_test_spec.cpp
Normal file
3
projects/SelfTest/SurrogateCpps/catch_test_spec.cpp
Normal file
@@ -0,0 +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"
|
||||
4
projects/SelfTest/SurrogateCpps/catch_xmlwriter.cpp
Normal file
4
projects/SelfTest/SurrogateCpps/catch_xmlwriter.cpp
Normal file
@@ -0,0 +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"
|
||||
Reference in New Issue
Block a user