aboutsummaryrefslogtreecommitdiff
path: root/unittest/Catch/projects/SelfTest/SurrogateCpps
diff options
context:
space:
mode:
Diffstat (limited to 'unittest/Catch/projects/SelfTest/SurrogateCpps')
-rw-r--r--unittest/Catch/projects/SelfTest/SurrogateCpps/catch_common.cpp3
-rw-r--r--unittest/Catch/projects/SelfTest/SurrogateCpps/catch_console_colour.cpp3
-rw-r--r--unittest/Catch/projects/SelfTest/SurrogateCpps/catch_debugger.cpp2
-rw-r--r--unittest/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_capture.cpp3
-rw-r--r--unittest/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_config.cpp2
-rw-r--r--unittest/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_exception.cpp2
-rw-r--r--unittest/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_generators.cpp1
-rw-r--r--unittest/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_registry_hub.cpp3
-rw-r--r--unittest/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_reporter.cpp2
-rw-r--r--unittest/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_runner.cpp1
-rw-r--r--unittest/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_testcase.cpp2
-rw-r--r--unittest/Catch/projects/SelfTest/SurrogateCpps/catch_message.cpp3
-rw-r--r--unittest/Catch/projects/SelfTest/SurrogateCpps/catch_option.cpp3
-rw-r--r--unittest/Catch/projects/SelfTest/SurrogateCpps/catch_ptr.cpp3
-rw-r--r--unittest/Catch/projects/SelfTest/SurrogateCpps/catch_stream.cpp3
-rw-r--r--unittest/Catch/projects/SelfTest/SurrogateCpps/catch_streambuf.cpp3
-rw-r--r--unittest/Catch/projects/SelfTest/SurrogateCpps/catch_test_spec.cpp3
-rw-r--r--unittest/Catch/projects/SelfTest/SurrogateCpps/catch_xmlwriter.cpp4
18 files changed, 46 insertions, 0 deletions
diff --git a/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_common.cpp b/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_common.cpp
new file mode 100644
index 0000000..72f90bd
--- /dev/null
+++ b/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_common.cpp
@@ -0,0 +1,3 @@
+// This file is only here to verify (to the extent possible) the self sufficiency of the header
+#include "catch_suppress_warnings.h"
+#include "catch_common.h"
diff --git a/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_console_colour.cpp b/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_console_colour.cpp
new file mode 100644
index 0000000..e7378c0
--- /dev/null
+++ b/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_console_colour.cpp
@@ -0,0 +1,3 @@
+// This file is only here to verify (to the extent possible) the self sufficiency of the header
+#include "catch_suppress_warnings.h"
+#include "catch_console_colour.hpp"
diff --git a/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_debugger.cpp b/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_debugger.cpp
new file mode 100644
index 0000000..33f76ae
--- /dev/null
+++ b/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_debugger.cpp
@@ -0,0 +1,2 @@
+// This file is only here to verify (to the extent possible) the self sufficiency of the header
+#include "catch_debugger.h"
diff --git a/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_capture.cpp b/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_capture.cpp
new file mode 100644
index 0000000..2d1c8f3
--- /dev/null
+++ b/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_capture.cpp
@@ -0,0 +1,3 @@
+// This file is only here to verify (to the extent possible) the self sufficiency of the header
+#include "catch_suppress_warnings.h"
+#include "catch_interfaces_capture.h"
diff --git a/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_config.cpp b/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_config.cpp
new file mode 100644
index 0000000..de0f18d
--- /dev/null
+++ b/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_config.cpp
@@ -0,0 +1,2 @@
+#include "catch_suppress_warnings.h"
+#include "catch_interfaces_config.h"
diff --git a/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_exception.cpp b/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_exception.cpp
new file mode 100644
index 0000000..183d87d
--- /dev/null
+++ b/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_exception.cpp
@@ -0,0 +1,2 @@
+#include "catch_suppress_warnings.h"
+#include "catch_interfaces_exception.h"
diff --git a/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_generators.cpp b/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_generators.cpp
new file mode 100644
index 0000000..271b1bc
--- /dev/null
+++ b/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_generators.cpp
@@ -0,0 +1 @@
+#include "catch_interfaces_generators.h"
diff --git a/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_registry_hub.cpp b/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_registry_hub.cpp
new file mode 100644
index 0000000..ffece3b
--- /dev/null
+++ b/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_registry_hub.cpp
@@ -0,0 +1,3 @@
+// This file is only here to verify (to the extent possible) the self sufficiency of the header
+#include "catch_suppress_warnings.h"
+#include "catch_interfaces_registry_hub.h"
diff --git a/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_reporter.cpp b/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_reporter.cpp
new file mode 100644
index 0000000..544f9d0
--- /dev/null
+++ b/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_reporter.cpp
@@ -0,0 +1,2 @@
+#include "catch_suppress_warnings.h"
+#include "catch_interfaces_reporter.h"
diff --git a/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_runner.cpp b/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_runner.cpp
new file mode 100644
index 0000000..401de26
--- /dev/null
+++ b/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_runner.cpp
@@ -0,0 +1 @@
+#include "catch_interfaces_runner.h"
diff --git a/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_testcase.cpp b/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_testcase.cpp
new file mode 100644
index 0000000..733dcb4
--- /dev/null
+++ b/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_testcase.cpp
@@ -0,0 +1,2 @@
+#include "catch_suppress_warnings.h"
+#include "catch_interfaces_testcase.h"
diff --git a/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_message.cpp b/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_message.cpp
new file mode 100644
index 0000000..ad2f5e7
--- /dev/null
+++ b/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_message.cpp
@@ -0,0 +1,3 @@
+// This file is only here to verify (to the extent possible) the self sufficiency of the header
+#include "catch_suppress_warnings.h"
+#include "catch_message.h"
diff --git a/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_option.cpp b/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_option.cpp
new file mode 100644
index 0000000..35e3282
--- /dev/null
+++ b/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_option.cpp
@@ -0,0 +1,3 @@
+// This file is only here to verify (to the extent possible) the self sufficiency of the header
+#include "catch_suppress_warnings.h"
+#include "catch_option.hpp"
diff --git a/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_ptr.cpp b/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_ptr.cpp
new file mode 100644
index 0000000..a25ad66
--- /dev/null
+++ b/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_ptr.cpp
@@ -0,0 +1,3 @@
+// This file is only here to verify (to the extent possible) the self sufficiency of the header
+#include "catch_suppress_warnings.h"
+#include "catch_ptr.hpp"
diff --git a/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_stream.cpp b/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_stream.cpp
new file mode 100644
index 0000000..7aaffa1
--- /dev/null
+++ b/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_stream.cpp
@@ -0,0 +1,3 @@
+// This file is only here to verify (to the extent possible) the self sufficiency of the header
+#include "catch_suppress_warnings.h"
+#include "catch_stream.h"
diff --git a/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_streambuf.cpp b/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_streambuf.cpp
new file mode 100644
index 0000000..5c0043c
--- /dev/null
+++ b/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_streambuf.cpp
@@ -0,0 +1,3 @@
+// This file is only here to verify (to the extent possible) the self sufficiency of the header
+#include "catch_suppress_warnings.h"
+#include "catch_streambuf.h"
diff --git a/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_test_spec.cpp b/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_test_spec.cpp
new file mode 100644
index 0000000..46bf89f
--- /dev/null
+++ b/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_test_spec.cpp
@@ -0,0 +1,3 @@
+// This file is only here to verify (to the extent possible) the self sufficiency of the header
+#include "catch_suppress_warnings.h"
+#include "catch_test_spec.hpp"
diff --git a/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_xmlwriter.cpp b/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_xmlwriter.cpp
new file mode 100644
index 0000000..15328ef
--- /dev/null
+++ b/unittest/Catch/projects/SelfTest/SurrogateCpps/catch_xmlwriter.cpp
@@ -0,0 +1,4 @@
+// This file is only here to verify (to the extent possible) the self sufficiency of the header
+#include "catch_suppress_warnings.h"
+#include "catch_xmlwriter.hpp"
+#include "catch_reenable_warnings.h"