1 | // (C) Copyright Gennadiy Rozental 2001. |
---|---|
2 | // Distributed under the Boost Software License, Version 1.0. |
3 | // (See accompanying file LICENSE_1_0.txt or copy at |
4 | // http://www.boost.org/LICENSE_1_0.txt) |
5 | |
6 | // See http://www.boost.org/libs/test for the library home page. |
7 | // |
8 | // |
9 | //!@file |
10 | //!@brief Included (vs. linked) version of Unit Test Framework |
11 | // *************************************************************************** |
12 | |
13 | #ifndef BOOST_INCLUDED_UNIT_TEST_FRAMEWORK_HPP_071894GER |
14 | #define BOOST_INCLUDED_UNIT_TEST_FRAMEWORK_HPP_071894GER |
15 | |
16 | #define BOOST_TEST_INCLUDED |
17 | |
18 | #include <boost/test/impl/compiler_log_formatter.ipp> |
19 | #include <boost/test/impl/junit_log_formatter.ipp> |
20 | #include <boost/test/impl/debug.ipp> |
21 | #include <boost/test/impl/decorator.ipp> |
22 | #include <boost/test/impl/framework.ipp> |
23 | #include <boost/test/impl/execution_monitor.ipp> |
24 | #include <boost/test/impl/plain_report_formatter.ipp> |
25 | #include <boost/test/impl/progress_monitor.ipp> |
26 | #include <boost/test/impl/results_collector.ipp> |
27 | #include <boost/test/impl/results_reporter.ipp> |
28 | #include <boost/test/impl/test_framework_init_observer.ipp> |
29 | #include <boost/test/impl/test_tools.ipp> |
30 | #include <boost/test/impl/test_tree.ipp> |
31 | #include <boost/test/impl/unit_test_log.ipp> |
32 | #include <boost/test/impl/unit_test_main.ipp> |
33 | #include <boost/test/impl/unit_test_monitor.ipp> |
34 | #include <boost/test/impl/unit_test_parameters.ipp> |
35 | #include <boost/test/impl/xml_log_formatter.ipp> |
36 | #include <boost/test/impl/xml_report_formatter.ipp> |
37 | |
38 | #include <boost/test/unit_test.hpp> |
39 | |
40 | #endif // BOOST_INCLUDED_UNIT_TEST_FRAMEWORK_HPP_071894GER |
41 |