Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/test/included/unit_test.hpp @ 16:2665513ce2d3
Add boost headers
author | Chris Cannam |
---|---|
date | Tue, 05 Aug 2014 11:11:38 +0100 |
parents | |
children | c530137014c0 |
comparison
equal
deleted
inserted
replaced
15:663ca0da4350 | 16:2665513ce2d3 |
---|---|
1 // (C) Copyright Gennadiy Rozental 2001-2008. | |
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$ | |
9 // | |
10 // Version : $Revision: 49312 $ | |
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/debug.ipp> | |
20 #include <boost/test/impl/framework.ipp> | |
21 #include <boost/test/impl/exception_safety.ipp> | |
22 #include <boost/test/impl/execution_monitor.ipp> | |
23 #include <boost/test/impl/interaction_based.ipp> | |
24 #include <boost/test/impl/logged_expectations.ipp> | |
25 #include <boost/test/impl/plain_report_formatter.ipp> | |
26 #include <boost/test/impl/progress_monitor.ipp> | |
27 #include <boost/test/impl/results_collector.ipp> | |
28 #include <boost/test/impl/results_reporter.ipp> | |
29 #include <boost/test/impl/test_tools.ipp> | |
30 #include <boost/test/impl/unit_test_log.ipp> | |
31 #include <boost/test/impl/unit_test_main.ipp> | |
32 #include <boost/test/impl/unit_test_monitor.ipp> | |
33 #include <boost/test/impl/unit_test_parameters.ipp> | |
34 #include <boost/test/impl/unit_test_suite.ipp> | |
35 #include <boost/test/impl/xml_log_formatter.ipp> | |
36 #include <boost/test/impl/xml_report_formatter.ipp> | |
37 | |
38 #define BOOST_TEST_INCLUDED | |
39 #include <boost/test/unit_test.hpp> | |
40 | |
41 #endif // BOOST_INCLUDED_UNIT_TEST_FRAMEWORK_HPP_071894GER |