From 48b3d82ffe1ed19db9ba3cf7e6536ecf92e27391 Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Fri, 22 Dec 2017 16:53:56 +0100 Subject: Squashed 'unittest/Catch/' content from commit ae5ee2cf git-subtree-dir: unittest/Catch git-subtree-split: ae5ee2cf63d6d67bd1369b512d2a7b60b571c907 --- projects/SelfTest/SurrogateCpps/catch_common.cpp | 3 +++ projects/SelfTest/SurrogateCpps/catch_console_colour.cpp | 3 +++ projects/SelfTest/SurrogateCpps/catch_debugger.cpp | 2 ++ projects/SelfTest/SurrogateCpps/catch_interfaces_capture.cpp | 3 +++ projects/SelfTest/SurrogateCpps/catch_interfaces_config.cpp | 2 ++ projects/SelfTest/SurrogateCpps/catch_interfaces_exception.cpp | 2 ++ projects/SelfTest/SurrogateCpps/catch_interfaces_generators.cpp | 1 + projects/SelfTest/SurrogateCpps/catch_interfaces_registry_hub.cpp | 3 +++ projects/SelfTest/SurrogateCpps/catch_interfaces_reporter.cpp | 2 ++ projects/SelfTest/SurrogateCpps/catch_interfaces_runner.cpp | 1 + projects/SelfTest/SurrogateCpps/catch_interfaces_testcase.cpp | 2 ++ projects/SelfTest/SurrogateCpps/catch_message.cpp | 3 +++ projects/SelfTest/SurrogateCpps/catch_option.cpp | 3 +++ projects/SelfTest/SurrogateCpps/catch_ptr.cpp | 3 +++ projects/SelfTest/SurrogateCpps/catch_stream.cpp | 3 +++ projects/SelfTest/SurrogateCpps/catch_streambuf.cpp | 3 +++ projects/SelfTest/SurrogateCpps/catch_test_spec.cpp | 3 +++ projects/SelfTest/SurrogateCpps/catch_xmlwriter.cpp | 4 ++++ 18 files changed, 46 insertions(+) create mode 100644 projects/SelfTest/SurrogateCpps/catch_common.cpp create mode 100644 projects/SelfTest/SurrogateCpps/catch_console_colour.cpp create mode 100644 projects/SelfTest/SurrogateCpps/catch_debugger.cpp create mode 100644 projects/SelfTest/SurrogateCpps/catch_interfaces_capture.cpp create mode 100644 projects/SelfTest/SurrogateCpps/catch_interfaces_config.cpp create mode 100644 projects/SelfTest/SurrogateCpps/catch_interfaces_exception.cpp create mode 100644 projects/SelfTest/SurrogateCpps/catch_interfaces_generators.cpp create mode 100644 projects/SelfTest/SurrogateCpps/catch_interfaces_registry_hub.cpp create mode 100644 projects/SelfTest/SurrogateCpps/catch_interfaces_reporter.cpp create mode 100644 projects/SelfTest/SurrogateCpps/catch_interfaces_runner.cpp create mode 100644 projects/SelfTest/SurrogateCpps/catch_interfaces_testcase.cpp create mode 100644 projects/SelfTest/SurrogateCpps/catch_message.cpp create mode 100644 projects/SelfTest/SurrogateCpps/catch_option.cpp create mode 100644 projects/SelfTest/SurrogateCpps/catch_ptr.cpp create mode 100644 projects/SelfTest/SurrogateCpps/catch_stream.cpp create mode 100644 projects/SelfTest/SurrogateCpps/catch_streambuf.cpp create mode 100644 projects/SelfTest/SurrogateCpps/catch_test_spec.cpp create mode 100644 projects/SelfTest/SurrogateCpps/catch_xmlwriter.cpp (limited to 'projects/SelfTest/SurrogateCpps') 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" -- cgit v1.2.3