📄 unit_test.hpp
字号:
// (C) Copyright Gennadiy Rozental 2001-2004.// 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: unit_test.hpp,v $//// Version : $Revision: 1.1.1.2 $//// Description : wrapper include . To be used by end-user// ***************************************************************************#ifndef BOOST_UNIT_TEST_HPP_071894GER#define BOOST_UNIT_TEST_HPP_071894GER#include <boost/test/test_tools.hpp>#include <boost/test/unit_test_suite.hpp>#if 0#ifndef BOOST_TEST_NO_AUTO_LINK#define BOOST_LIB_NAME unix_test_framework#define BOOST_LIB_DIAGNOSTIC yes#include <boost/config/auto_link.hpp>#endif#endif// ***************************************************************************// Revision History :// // $Log: unit_test.hpp,v $// Revision 1.1.1.2 2004/11/20 10:52:16 spion// Import of Boost v. 1.32.0//// Revision 1.13 2004/07/19 12:15:06 rogeeff// guard rename//// Revision 1.12 2004/05/21 06:19:35 rogeeff// licence update//// Revision 1.11 2003/12/01 17:13:22 rogeeff// *** empty log message ***//// Revision 1.10 2003/12/01 00:41:56 rogeeff// prerelease cleaning//// ***************************************************************************#endif // BOOST_UNIT_TEST_HPP_071894GER
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -