boost/test/included/prg_exec_monitor.hpp
// (C) Copyright Gennadiy Rozental 2001-2003. // Use, modification, and distribution are subject to 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: prg_exec_monitor.hpp,v $ // // Version : $Revision: 1.5 $ // // Description : included (vs. linked ) version of Program Execution Monitor // *************************************************************************** #ifndef BOOST_INCLUDED_PRG_EXEC_MONITOR_HPP #define BOOST_INCLUDED_PRG_EXEC_MONITOR_HPP #include <libs/test/src/execution_monitor.cpp> #include <libs/test/src/cpp_main.cpp> // *************************************************************************** // Revision History : // // $Log: prg_exec_monitor.hpp,v $ // Revision 1.5 2003/12/01 00:41:56 rogeeff // prerelease cleaning // // *************************************************************************** #endif // BOOST_INCLUDED_PRG_EXEC_MONITOR_HPP