40 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			40 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|   | //  (C) Copyright Gennadiy Rozental 2001. | ||
|  | //  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 | ||
|  | //!@brief Included (vs. linked) version of Unit Test Framework | ||
|  | // *************************************************************************** | ||
|  | 
 | ||
|  | #ifndef BOOST_INCLUDED_UNIT_TEST_FRAMEWORK_HPP_071894GER | ||
|  | #define BOOST_INCLUDED_UNIT_TEST_FRAMEWORK_HPP_071894GER | ||
|  | 
 | ||
|  | #define BOOST_TEST_INCLUDED | ||
|  | 
 | ||
|  | #include <boost/test/impl/compiler_log_formatter.ipp> | ||
|  | #include <boost/test/impl/junit_log_formatter.ipp> | ||
|  | #include <boost/test/impl/debug.ipp> | ||
|  | #include <boost/test/impl/decorator.ipp> | ||
|  | #include <boost/test/impl/framework.ipp> | ||
|  | #include <boost/test/impl/execution_monitor.ipp> | ||
|  | #include <boost/test/impl/plain_report_formatter.ipp> | ||
|  | #include <boost/test/impl/progress_monitor.ipp> | ||
|  | #include <boost/test/impl/results_collector.ipp> | ||
|  | #include <boost/test/impl/results_reporter.ipp> | ||
|  | #include <boost/test/impl/test_tools.ipp> | ||
|  | #include <boost/test/impl/test_tree.ipp> | ||
|  | #include <boost/test/impl/unit_test_log.ipp> | ||
|  | #include <boost/test/impl/unit_test_main.ipp> | ||
|  | #include <boost/test/impl/unit_test_monitor.ipp> | ||
|  | #include <boost/test/impl/unit_test_parameters.ipp> | ||
|  | #include <boost/test/impl/xml_log_formatter.ipp> | ||
|  | #include <boost/test/impl/junit_log_formatter.ipp> | ||
|  | #include <boost/test/impl/xml_report_formatter.ipp> | ||
|  | 
 | ||
|  | #include <boost/test/unit_test.hpp> | ||
|  | 
 | ||
|  | #endif // BOOST_INCLUDED_UNIT_TEST_FRAMEWORK_HPP_071894GER |