1 | // (C) Copyright Gennadiy Rozental 2001-2005. |
---|
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 | // File : $RCSfile: unit_test.hpp,v $ |
---|
9 | // |
---|
10 | // Version : $Revision: 1.1 $ |
---|
11 | // |
---|
12 | // Description : included (vs. linked) version of Unit Test Framework |
---|
13 | // *************************************************************************** |
---|
14 | |
---|
15 | #ifndef BOOST_INCLUDED_UNIT_TEST_FRAMEWORK_HPP_071894GER |
---|
16 | #define BOOST_INCLUDED_UNIT_TEST_FRAMEWORK_HPP_071894GER |
---|
17 | |
---|
18 | #include <boost/test/impl/compiler_log_formatter.ipp> |
---|
19 | #include <boost/test/impl/execution_monitor.ipp> |
---|
20 | #include <boost/test/impl/framework.ipp> |
---|
21 | #include <boost/test/impl/plain_report_formatter.ipp> |
---|
22 | #include <boost/test/impl/progress_monitor.ipp> |
---|
23 | #include <boost/test/impl/results_collector.ipp> |
---|
24 | #include <boost/test/impl/results_reporter.ipp> |
---|
25 | #include <boost/test/impl/test_tools.ipp> |
---|
26 | #include <boost/test/impl/unit_test_log.ipp> |
---|
27 | #include <boost/test/impl/unit_test_main.ipp> |
---|
28 | #include <boost/test/impl/unit_test_monitor.ipp> |
---|
29 | #include <boost/test/impl/unit_test_parameters.ipp> |
---|
30 | #include <boost/test/impl/unit_test_suite.ipp> |
---|
31 | #include <boost/test/impl/xml_log_formatter.ipp> |
---|
32 | #include <boost/test/impl/xml_report_formatter.ipp> |
---|
33 | |
---|
34 | #define BOOST_TEST_INCLUDED |
---|
35 | #include <boost/test/unit_test.hpp> |
---|
36 | |
---|
37 | // *************************************************************************** |
---|
38 | // Revision History : |
---|
39 | // |
---|
40 | // $Log: unit_test.hpp,v $ |
---|
41 | // Revision 1.1 2006/02/06 10:02:52 rogeeff |
---|
42 | // make the name similar to the primary header name |
---|
43 | // |
---|
44 | // Revision 1.14 2006/02/01 07:57:50 rogeeff |
---|
45 | // included components entry points |
---|
46 | // |
---|
47 | // Revision 1.13 2005/02/20 08:27:08 rogeeff |
---|
48 | // This a major update for Boost.Test framework. See release docs for complete list of fixes/updates |
---|
49 | // |
---|
50 | // Revision 1.12 2005/02/01 08:59:38 rogeeff |
---|
51 | // supplied_log_formatters split |
---|
52 | // change formatters interface to simplify result interface |
---|
53 | // |
---|
54 | // Revision 1.11 2005/02/01 06:40:07 rogeeff |
---|
55 | // copyright update |
---|
56 | // old log entries removed |
---|
57 | // minor stilistic changes |
---|
58 | // depricated tools removed |
---|
59 | // |
---|
60 | // Revision 1.10 2005/01/22 19:22:13 rogeeff |
---|
61 | // implementation moved into headers section to eliminate dependency of included/minimal component on src directory |
---|
62 | // |
---|
63 | // *************************************************************************** |
---|
64 | |
---|
65 | #endif // BOOST_INCLUDED_UNIT_TEST_FRAMEWORK_HPP_071894GER |
---|