aboutsummaryrefslogtreecommitdiff
path: root/projects/SelfTest/SurrogateCpps
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2017-12-22 16:53:56 +0100
committerSzczepan Zalega <szczepan@nitrokey.com>2017-12-22 16:53:56 +0100
commit48b3d82ffe1ed19db9ba3cf7e6536ecf92e27391 (patch)
tree83645ddf58fd9514e1fe6d566839bb2747ee4706 /projects/SelfTest/SurrogateCpps
downloadlibnitrokey-48b3d82ffe1ed19db9ba3cf7e6536ecf92e27391.tar.gz
libnitrokey-48b3d82ffe1ed19db9ba3cf7e6536ecf92e27391.tar.bz2
Squashed 'unittest/Catch/' content from commit ae5ee2cf
git-subtree-dir: unittest/Catch git-subtree-split: ae5ee2cf63d6d67bd1369b512d2a7b60b571c907
Diffstat (limited to 'projects/SelfTest/SurrogateCpps')
-rw-r--r--projects/SelfTest/SurrogateCpps/catch_common.cpp3
-rw-r--r--projects/SelfTest/SurrogateCpps/catch_console_colour.cpp3
-rw-r--r--projects/SelfTest/SurrogateCpps/catch_debugger.cpp2
-rw-r--r--projects/SelfTest/SurrogateCpps/catch_interfaces_capture.cpp3
-rw-r--r--projects/SelfTest/SurrogateCpps/catch_interfaces_config.cpp2
-rw-r--r--projects/SelfTest/SurrogateCpps/catch_interfaces_exception.cpp2
-rw-r--r--projects/SelfTest/SurrogateCpps/catch_interfaces_generators.cpp1
-rw-r--r--projects/SelfTest/SurrogateCpps/catch_interfaces_registry_hub.cpp3
-rw-r--r--projects/SelfTest/SurrogateCpps/catch_interfaces_reporter.cpp2
-rw-r--r--projects/SelfTest/SurrogateCpps/catch_interfaces_runner.cpp1
-rw-r--r--projects/SelfTest/SurrogateCpps/catch_interfaces_testcase.cpp2
-rw-r--r--projects/SelfTest/SurrogateCpps/catch_message.cpp3
-rw-r--r--projects/SelfTest/SurrogateCpps/catch_option.cpp3
-rw-r--r--projects/SelfTest/SurrogateCpps/catch_ptr.cpp3
-rw-r--r--projects/SelfTest/SurrogateCpps/catch_stream.cpp3
-rw-r--r--projects/SelfTest/SurrogateCpps/catch_streambuf.cpp3
-rw-r--r--projects/SelfTest/SurrogateCpps/catch_test_spec.cpp3
-rw-r--r--projects/SelfTest/SurrogateCpps/catch_xmlwriter.cpp4
18 files changed, 46 insertions, 0 deletions
diff --git a/projects/SelfTest/SurrogateCpps/catch_common.cpp b/projects/SelfTest/SurrogateCpps/catch_common.cpp
new file mode 100644
index 0000000..72f90bd
--- /dev/null
+++ b/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/projects/SelfTest/SurrogateCpps/catch_console_colour.cpp b/projects/SelfTest/SurrogateCpps/catch_console_colour.cpp
new file mode 100644
index 0000000..e7378c0
--- /dev/null
+++ b/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/projects/SelfTest/SurrogateCpps/catch_debugger.cpp b/projects/SelfTest/SurrogateCpps/catch_debugger.cpp
new file mode 100644
index 0000000..33f76ae
--- /dev/null
+++ b/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/projects/SelfTest/SurrogateCpps/catch_interfaces_capture.cpp b/projects/SelfTest/SurrogateCpps/catch_interfaces_capture.cpp
new file mode 100644
index 0000000..2d1c8f3
--- /dev/null
+++ b/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/projects/SelfTest/SurrogateCpps/catch_interfaces_config.cpp b/projects/SelfTest/SurrogateCpps/catch_interfaces_config.cpp
new file mode 100644
index 0000000..de0f18d
--- /dev/null
+++ b/projects/SelfTest/SurrogateCpps/catch_interfaces_config.cpp
@@ -0,0 +1,2 @@
+#include "catch_suppress_warnings.h"
+#include "catch_interfaces_config.h"
diff --git a/projects/SelfTest/SurrogateCpps/catch_interfaces_exception.cpp b/projects/SelfTest/SurrogateCpps/catch_interfaces_exception.cpp
new file mode 100644
index 0000000..183d87d
--- /dev/null
+++ b/projects/SelfTest/SurrogateCpps/catch_interfaces_exception.cpp
@@ -0,0 +1,2 @@
+#include "catch_suppress_warnings.h"
+#include "catch_interfaces_exception.h"
diff --git a/projects/SelfTest/SurrogateCpps/catch_interfaces_generators.cpp b/projects/SelfTest/SurrogateCpps/catch_interfaces_generators.cpp
new file mode 100644
index 0000000..271b1bc
--- /dev/null
+++ b/projects/SelfTest/SurrogateCpps/catch_interfaces_generators.cpp
@@ -0,0 +1 @@
+#include "catch_interfaces_generators.h"
diff --git a/projects/SelfTest/SurrogateCpps/catch_interfaces_registry_hub.cpp b/projects/SelfTest/SurrogateCpps/catch_interfaces_registry_hub.cpp
new file mode 100644
index 0000000..ffece3b
--- /dev/null
+++ b/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/projects/SelfTest/SurrogateCpps/catch_interfaces_reporter.cpp b/projects/SelfTest/SurrogateCpps/catch_interfaces_reporter.cpp
new file mode 100644
index 0000000..544f9d0
--- /dev/null
+++ b/projects/SelfTest/SurrogateCpps/catch_interfaces_reporter.cpp
@@ -0,0 +1,2 @@
+#include "catch_suppress_warnings.h"
+#include "catch_interfaces_reporter.h"
diff --git a/projects/SelfTest/SurrogateCpps/catch_interfaces_runner.cpp b/projects/SelfTest/SurrogateCpps/catch_interfaces_runner.cpp
new file mode 100644
index 0000000..401de26
--- /dev/null
+++ b/projects/SelfTest/SurrogateCpps/catch_interfaces_runner.cpp
@@ -0,0 +1 @@
+#include "catch_interfaces_runner.h"
diff --git a/projects/SelfTest/SurrogateCpps/catch_interfaces_testcase.cpp b/projects/SelfTest/SurrogateCpps/catch_interfaces_testcase.cpp
new file mode 100644
index 0000000..733dcb4
--- /dev/null
+++ b/projects/SelfTest/SurrogateCpps/catch_interfaces_testcase.cpp
@@ -0,0 +1,2 @@
+#include "catch_suppress_warnings.h"
+#include "catch_interfaces_testcase.h"
diff --git a/projects/SelfTest/SurrogateCpps/catch_message.cpp b/projects/SelfTest/SurrogateCpps/catch_message.cpp
new file mode 100644
index 0000000..ad2f5e7
--- /dev/null
+++ b/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/projects/SelfTest/SurrogateCpps/catch_option.cpp b/projects/SelfTest/SurrogateCpps/catch_option.cpp
new file mode 100644
index 0000000..35e3282
--- /dev/null
+++ b/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/projects/SelfTest/SurrogateCpps/catch_ptr.cpp b/projects/SelfTest/SurrogateCpps/catch_ptr.cpp
new file mode 100644
index 0000000..a25ad66
--- /dev/null
+++ b/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/projects/SelfTest/SurrogateCpps/catch_stream.cpp b/projects/SelfTest/SurrogateCpps/catch_stream.cpp
new file mode 100644
index 0000000..7aaffa1
--- /dev/null
+++ b/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/projects/SelfTest/SurrogateCpps/catch_streambuf.cpp b/projects/SelfTest/SurrogateCpps/catch_streambuf.cpp
new file mode 100644
index 0000000..5c0043c
--- /dev/null
+++ b/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/projects/SelfTest/SurrogateCpps/catch_test_spec.cpp b/projects/SelfTest/SurrogateCpps/catch_test_spec.cpp
new file mode 100644
index 0000000..46bf89f
--- /dev/null
+++ b/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/projects/SelfTest/SurrogateCpps/catch_xmlwriter.cpp b/projects/SelfTest/SurrogateCpps/catch_xmlwriter.cpp
new file mode 100644
index 0000000..15328ef
--- /dev/null
+++ b/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"