summaryrefslogtreecommitdiff
path: root/src/third_party/boost-1.56.0/libs/test
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/boost-1.56.0/libs/test')
-rw-r--r--src/third_party/boost-1.56.0/libs/test/src/compiler_log_formatter.cpp18
-rw-r--r--src/third_party/boost-1.56.0/libs/test/src/cpp_main.cpp19
-rw-r--r--src/third_party/boost-1.56.0/libs/test/src/debug.cpp24
-rw-r--r--src/third_party/boost-1.56.0/libs/test/src/exception_safety.cpp19
-rw-r--r--src/third_party/boost-1.56.0/libs/test/src/execution_monitor.cpp18
-rw-r--r--src/third_party/boost-1.56.0/libs/test/src/framework.cpp18
-rw-r--r--src/third_party/boost-1.56.0/libs/test/src/interaction_based.cpp18
-rw-r--r--src/third_party/boost-1.56.0/libs/test/src/logged_expectations.cpp18
-rw-r--r--src/third_party/boost-1.56.0/libs/test/src/plain_report_formatter.cpp18
-rw-r--r--src/third_party/boost-1.56.0/libs/test/src/progress_monitor.cpp18
-rw-r--r--src/third_party/boost-1.56.0/libs/test/src/results_collector.cpp18
-rw-r--r--src/third_party/boost-1.56.0/libs/test/src/results_reporter.cpp18
-rw-r--r--src/third_party/boost-1.56.0/libs/test/src/test_main.cpp18
-rw-r--r--src/third_party/boost-1.56.0/libs/test/src/test_tools.cpp18
-rw-r--r--src/third_party/boost-1.56.0/libs/test/src/unit_test_log.cpp18
-rw-r--r--src/third_party/boost-1.56.0/libs/test/src/unit_test_main.cpp18
-rw-r--r--src/third_party/boost-1.56.0/libs/test/src/unit_test_monitor.cpp18
-rw-r--r--src/third_party/boost-1.56.0/libs/test/src/unit_test_parameters.cpp18
-rw-r--r--src/third_party/boost-1.56.0/libs/test/src/unit_test_suite.cpp18
-rw-r--r--src/third_party/boost-1.56.0/libs/test/src/xml_log_formatter.cpp18
-rw-r--r--src/third_party/boost-1.56.0/libs/test/src/xml_report_formatter.cpp18
21 files changed, 386 insertions, 0 deletions
diff --git a/src/third_party/boost-1.56.0/libs/test/src/compiler_log_formatter.cpp b/src/third_party/boost-1.56.0/libs/test/src/compiler_log_formatter.cpp
new file mode 100644
index 00000000000..fa174fb2ba8
--- /dev/null
+++ b/src/third_party/boost-1.56.0/libs/test/src/compiler_log_formatter.cpp
@@ -0,0 +1,18 @@
+// (C) Copyright Gennadiy Rozental 2005-2008.
+// 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)
+
+// See http://www.boost.org/libs/test for the library home page.
+//
+// File : $RCSfile$
+//
+// Version : $Revision$
+//
+// Description : forwarding source
+// ***************************************************************************
+
+#define BOOST_TEST_SOURCE
+#include <boost/test/impl/compiler_log_formatter.ipp>
+
+// EOF
diff --git a/src/third_party/boost-1.56.0/libs/test/src/cpp_main.cpp b/src/third_party/boost-1.56.0/libs/test/src/cpp_main.cpp
new file mode 100644
index 00000000000..805a27fd336
--- /dev/null
+++ b/src/third_party/boost-1.56.0/libs/test/src/cpp_main.cpp
@@ -0,0 +1,19 @@
+// (C) Copyright Gennadiy Rozental 2005-2008.
+// 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)
+
+// See http://www.boost.org/libs/test for the library home page.
+//
+// File : $RCSfile$
+//
+// Version : $Revision$
+//
+// Description : forwarding source
+// ***************************************************************************
+
+#define BOOST_TEST_SOURCE
+#include <boost/test/impl/cpp_main.ipp>
+
+// EOF
+
diff --git a/src/third_party/boost-1.56.0/libs/test/src/debug.cpp b/src/third_party/boost-1.56.0/libs/test/src/debug.cpp
new file mode 100644
index 00000000000..864d6f218ae
--- /dev/null
+++ b/src/third_party/boost-1.56.0/libs/test/src/debug.cpp
@@ -0,0 +1,24 @@
+// (C) Copyright Gennadiy Rozental 2006-2008.
+// 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)
+
+// See http://www.boost.org/libs/test for the library home page.
+//
+// File : $RCSfile$
+//
+// Version : $Revision$
+//
+// Description : forwarding source
+// ***************************************************************************
+
+#define BOOST_TEST_SOURCE
+#include <boost/test/impl/debug.ipp>
+
+// ***************************************************************************
+// Revision History :
+//
+// $Log$
+// ***************************************************************************
+
+// EOF
diff --git a/src/third_party/boost-1.56.0/libs/test/src/exception_safety.cpp b/src/third_party/boost-1.56.0/libs/test/src/exception_safety.cpp
new file mode 100644
index 00000000000..6f0219636b4
--- /dev/null
+++ b/src/third_party/boost-1.56.0/libs/test/src/exception_safety.cpp
@@ -0,0 +1,19 @@
+// (C) Copyright Gennadiy Rozental 2005-2008.
+// 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)
+
+// See http://www.boost.org/libs/test for the library home page.
+//
+// File : $RCSfile$
+//
+// Version : $Revision$
+//
+// Description : forwarding source
+// ***************************************************************************
+
+#define BOOST_TEST_SOURCE
+#include <boost/test/impl/exception_safety.ipp>
+
+// EOF
+
diff --git a/src/third_party/boost-1.56.0/libs/test/src/execution_monitor.cpp b/src/third_party/boost-1.56.0/libs/test/src/execution_monitor.cpp
new file mode 100644
index 00000000000..9702ed976f5
--- /dev/null
+++ b/src/third_party/boost-1.56.0/libs/test/src/execution_monitor.cpp
@@ -0,0 +1,18 @@
+// (C) Copyright Gennadiy Rozental 2005-2008.
+// 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)
+
+// See http://www.boost.org/libs/test for the library home page.
+//
+// File : $RCSfile$
+//
+// Version : $Revision$
+//
+// Description : forwarding source
+// ***************************************************************************
+
+#define BOOST_TEST_SOURCE
+#include <boost/test/impl/execution_monitor.ipp>
+
+// EOF
diff --git a/src/third_party/boost-1.56.0/libs/test/src/framework.cpp b/src/third_party/boost-1.56.0/libs/test/src/framework.cpp
new file mode 100644
index 00000000000..986f20b9930
--- /dev/null
+++ b/src/third_party/boost-1.56.0/libs/test/src/framework.cpp
@@ -0,0 +1,18 @@
+// (C) Copyright Gennadiy Rozental 2005-2008.
+// 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)
+
+// See http://www.boost.org/libs/test for the library home page.
+//
+// File : $RCSfile$
+//
+// Version : $Revision$
+//
+// Description : forwarding source
+// ***************************************************************************
+
+#define BOOST_TEST_SOURCE
+#include <boost/test/impl/framework.ipp>
+
+// EOF
diff --git a/src/third_party/boost-1.56.0/libs/test/src/interaction_based.cpp b/src/third_party/boost-1.56.0/libs/test/src/interaction_based.cpp
new file mode 100644
index 00000000000..f3dc76ff305
--- /dev/null
+++ b/src/third_party/boost-1.56.0/libs/test/src/interaction_based.cpp
@@ -0,0 +1,18 @@
+// (C) Copyright Gennadiy Rozental 2005-2008.
+// 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)
+
+// See http://www.boost.org/libs/test for the library home page.
+//
+// File : $RCSfile$
+//
+// Version : $Revision$
+//
+// Description : forwarding source
+// ***************************************************************************
+
+#define BOOST_TEST_SOURCE
+#include <boost/test/impl/interaction_based.ipp>
+
+// EOF
diff --git a/src/third_party/boost-1.56.0/libs/test/src/logged_expectations.cpp b/src/third_party/boost-1.56.0/libs/test/src/logged_expectations.cpp
new file mode 100644
index 00000000000..c8f690f9c6d
--- /dev/null
+++ b/src/third_party/boost-1.56.0/libs/test/src/logged_expectations.cpp
@@ -0,0 +1,18 @@
+// (C) Copyright Gennadiy Rozental 2005-2008.
+// 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)
+
+// See http://www.boost.org/libs/test for the library home page.
+//
+// File : $RCSfile$
+//
+// Version : $Revision$
+//
+// Description : forwarding source
+// ***************************************************************************
+
+#define BOOST_TEST_SOURCE
+#include <boost/test/impl/logged_expectations.ipp>
+
+// EOF
diff --git a/src/third_party/boost-1.56.0/libs/test/src/plain_report_formatter.cpp b/src/third_party/boost-1.56.0/libs/test/src/plain_report_formatter.cpp
new file mode 100644
index 00000000000..8ef03c36199
--- /dev/null
+++ b/src/third_party/boost-1.56.0/libs/test/src/plain_report_formatter.cpp
@@ -0,0 +1,18 @@
+// (C) Copyright Gennadiy Rozental 2005-2008.
+// 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)
+
+// See http://www.boost.org/libs/test for the library home page.
+//
+// File : $RCSfile$
+//
+// Version : $Revision$
+//
+// Description : forwarding source
+// ***************************************************************************
+
+#define BOOST_TEST_SOURCE
+#include <boost/test/impl/plain_report_formatter.ipp>
+
+// EOF
diff --git a/src/third_party/boost-1.56.0/libs/test/src/progress_monitor.cpp b/src/third_party/boost-1.56.0/libs/test/src/progress_monitor.cpp
new file mode 100644
index 00000000000..5ee24d5d32d
--- /dev/null
+++ b/src/third_party/boost-1.56.0/libs/test/src/progress_monitor.cpp
@@ -0,0 +1,18 @@
+// (C) Copyright Gennadiy Rozental 2005-2008.
+// 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)
+
+// See http://www.boost.org/libs/test for the library home page.
+//
+// File : $RCSfile$
+//
+// Version : $Revision$
+//
+// Description : forwarding source
+// ***************************************************************************
+
+#define BOOST_TEST_SOURCE
+#include <boost/test/impl/progress_monitor.ipp>
+
+// EOF
diff --git a/src/third_party/boost-1.56.0/libs/test/src/results_collector.cpp b/src/third_party/boost-1.56.0/libs/test/src/results_collector.cpp
new file mode 100644
index 00000000000..e6be408e2b7
--- /dev/null
+++ b/src/third_party/boost-1.56.0/libs/test/src/results_collector.cpp
@@ -0,0 +1,18 @@
+// (C) Copyright Gennadiy Rozental 2005-2008.
+// 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)
+
+// See http://www.boost.org/libs/test for the library home page.
+//
+// File : $RCSfile$
+//
+// Version : $Revision$
+//
+// Description : forwarding source
+// ***************************************************************************
+
+#define BOOST_TEST_SOURCE
+#include <boost/test/impl/results_collector.ipp>
+
+// EOF
diff --git a/src/third_party/boost-1.56.0/libs/test/src/results_reporter.cpp b/src/third_party/boost-1.56.0/libs/test/src/results_reporter.cpp
new file mode 100644
index 00000000000..a1790923f53
--- /dev/null
+++ b/src/third_party/boost-1.56.0/libs/test/src/results_reporter.cpp
@@ -0,0 +1,18 @@
+// (C) Copyright Gennadiy Rozental 2005-2008.
+// 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)
+
+// See http://www.boost.org/libs/test for the library home page.
+//
+// File : $RCSfile$
+//
+// Version : $Revision$
+//
+// Description : forwarding source
+// ***************************************************************************
+
+#define BOOST_TEST_SOURCE
+#include <boost/test/impl/results_reporter.ipp>
+
+// EOF
diff --git a/src/third_party/boost-1.56.0/libs/test/src/test_main.cpp b/src/third_party/boost-1.56.0/libs/test/src/test_main.cpp
new file mode 100644
index 00000000000..d12dee5dbc5
--- /dev/null
+++ b/src/third_party/boost-1.56.0/libs/test/src/test_main.cpp
@@ -0,0 +1,18 @@
+// (C) Copyright Gennadiy Rozental 2005-2008.
+// 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)
+
+// See http://www.boost.org/libs/test for the library home page.
+//
+// File : $RCSfile$
+//
+// Version : $Revision$
+//
+// Description : forwarding source
+// ***************************************************************************
+
+#define BOOST_TEST_SOURCE
+#include <boost/test/impl/test_main.ipp>
+
+// EOF
diff --git a/src/third_party/boost-1.56.0/libs/test/src/test_tools.cpp b/src/third_party/boost-1.56.0/libs/test/src/test_tools.cpp
new file mode 100644
index 00000000000..905e3514b22
--- /dev/null
+++ b/src/third_party/boost-1.56.0/libs/test/src/test_tools.cpp
@@ -0,0 +1,18 @@
+// (C) Copyright Gennadiy Rozental 2005-2008.
+// 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)
+
+// See http://www.boost.org/libs/test for the library home page.
+//
+// File : $RCSfile$
+//
+// Version : $Revision$
+//
+// Description : forwarding source
+// ***************************************************************************
+
+#define BOOST_TEST_SOURCE
+#include <boost/test/impl/test_tools.ipp>
+
+// EOF
diff --git a/src/third_party/boost-1.56.0/libs/test/src/unit_test_log.cpp b/src/third_party/boost-1.56.0/libs/test/src/unit_test_log.cpp
new file mode 100644
index 00000000000..e1da097639d
--- /dev/null
+++ b/src/third_party/boost-1.56.0/libs/test/src/unit_test_log.cpp
@@ -0,0 +1,18 @@
+// (C) Copyright Gennadiy Rozental 2005-2008.
+// 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)
+
+// See http://www.boost.org/libs/test for the library home page.
+//
+// File : $RCSfile$
+//
+// Version : $Revision$
+//
+// Description : forwarding source
+// ***************************************************************************
+
+#define BOOST_TEST_SOURCE
+#include <boost/test/impl/unit_test_log.ipp>
+
+// EOF
diff --git a/src/third_party/boost-1.56.0/libs/test/src/unit_test_main.cpp b/src/third_party/boost-1.56.0/libs/test/src/unit_test_main.cpp
new file mode 100644
index 00000000000..c031c584a64
--- /dev/null
+++ b/src/third_party/boost-1.56.0/libs/test/src/unit_test_main.cpp
@@ -0,0 +1,18 @@
+// (C) Copyright Gennadiy Rozental 2005-2008.
+// 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)
+
+// See http://www.boost.org/libs/test for the library home page.
+//
+// File : $RCSfile$
+//
+// Version : $Revision$
+//
+// Description : forwarding source
+// ***************************************************************************
+
+#define BOOST_TEST_SOURCE
+#include <boost/test/impl/unit_test_main.ipp>
+
+// EOF
diff --git a/src/third_party/boost-1.56.0/libs/test/src/unit_test_monitor.cpp b/src/third_party/boost-1.56.0/libs/test/src/unit_test_monitor.cpp
new file mode 100644
index 00000000000..6a94a465041
--- /dev/null
+++ b/src/third_party/boost-1.56.0/libs/test/src/unit_test_monitor.cpp
@@ -0,0 +1,18 @@
+// (C) Copyright Gennadiy Rozental 2005-2008.
+// 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)
+
+// See http://www.boost.org/libs/test for the library home page.
+//
+// File : $RCSfile$
+//
+// Version : $Revision$
+//
+// Description : forwarding source
+// ***************************************************************************
+
+#define BOOST_TEST_SOURCE
+#include <boost/test/impl/unit_test_monitor.ipp>
+
+// EOF
diff --git a/src/third_party/boost-1.56.0/libs/test/src/unit_test_parameters.cpp b/src/third_party/boost-1.56.0/libs/test/src/unit_test_parameters.cpp
new file mode 100644
index 00000000000..419527b84dc
--- /dev/null
+++ b/src/third_party/boost-1.56.0/libs/test/src/unit_test_parameters.cpp
@@ -0,0 +1,18 @@
+// (C) Copyright Gennadiy Rozental 2005-2008.
+// 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)
+
+// See http://www.boost.org/libs/test for the library home page.
+//
+// File : $RCSfile$
+//
+// Version : $Revision$
+//
+// Description : forwarding source
+// ***************************************************************************
+
+#define BOOST_TEST_SOURCE
+#include <boost/test/impl/unit_test_parameters.ipp>
+
+// EOF
diff --git a/src/third_party/boost-1.56.0/libs/test/src/unit_test_suite.cpp b/src/third_party/boost-1.56.0/libs/test/src/unit_test_suite.cpp
new file mode 100644
index 00000000000..6fe2f318b39
--- /dev/null
+++ b/src/third_party/boost-1.56.0/libs/test/src/unit_test_suite.cpp
@@ -0,0 +1,18 @@
+// (C) Copyright Gennadiy Rozental 2005-2008.
+// 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)
+
+// See http://www.boost.org/libs/test for the library home page.
+//
+// File : $RCSfile$
+//
+// Version : $Revision$
+//
+// Description : forwarding source
+// ***************************************************************************
+
+#define BOOST_TEST_SOURCE
+#include <boost/test/impl/unit_test_suite.ipp>
+
+// EOF
diff --git a/src/third_party/boost-1.56.0/libs/test/src/xml_log_formatter.cpp b/src/third_party/boost-1.56.0/libs/test/src/xml_log_formatter.cpp
new file mode 100644
index 00000000000..e44f4588898
--- /dev/null
+++ b/src/third_party/boost-1.56.0/libs/test/src/xml_log_formatter.cpp
@@ -0,0 +1,18 @@
+// (C) Copyright Gennadiy Rozental 2005-2008.
+// 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)
+
+// See http://www.boost.org/libs/test for the library home page.
+//
+// File : $RCSfile$
+//
+// Version : $Revision$
+//
+// Description : forwarding source
+// ***************************************************************************
+
+#define BOOST_TEST_SOURCE
+#include <boost/test/impl/xml_log_formatter.ipp>
+
+// EOF
diff --git a/src/third_party/boost-1.56.0/libs/test/src/xml_report_formatter.cpp b/src/third_party/boost-1.56.0/libs/test/src/xml_report_formatter.cpp
new file mode 100644
index 00000000000..4f0f59bfb5d
--- /dev/null
+++ b/src/third_party/boost-1.56.0/libs/test/src/xml_report_formatter.cpp
@@ -0,0 +1,18 @@
+// (C) Copyright Gennadiy Rozental 2005-2008.
+// 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)
+
+// See http://www.boost.org/libs/test for the library home page.
+//
+// File : $RCSfile$
+//
+// Version : $Revision$
+//
+// Description : forwarding source
+// ***************************************************************************
+
+#define BOOST_TEST_SOURCE
+#include <boost/test/impl/xml_report_formatter.ipp>
+
+// EOF