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: prg_exec_monitor.hpp,v $
|
---|
9 | //
|
---|
10 | // Version : $Revision: 1.9 $
|
---|
11 | //
|
---|
12 | // Description : included (vs. linked ) version of Program Execution Monitor
|
---|
13 | // ***************************************************************************
|
---|
14 |
|
---|
15 | #ifndef BOOST_INCLUDED_PRG_EXEC_MONITOR_HPP_071894GER
|
---|
16 | #define BOOST_INCLUDED_PRG_EXEC_MONITOR_HPP_071894GER
|
---|
17 |
|
---|
18 | #include <boost/test/impl/execution_monitor.ipp>
|
---|
19 |
|
---|
20 | #include <boost/test/impl/cpp_main.ipp>
|
---|
21 |
|
---|
22 | // ***************************************************************************
|
---|
23 | // Revision History :
|
---|
24 | //
|
---|
25 | // $Log: prg_exec_monitor.hpp,v $
|
---|
26 | // Revision 1.9 2005/02/01 06:40:07 rogeeff
|
---|
27 | // copyright update
|
---|
28 | // old log entries removed
|
---|
29 | // minor stilistic changes
|
---|
30 | // depricated tools removed
|
---|
31 | //
|
---|
32 | // Revision 1.8 2005/01/22 19:22:13 rogeeff
|
---|
33 | // implementation moved into headers section to eliminate dependency of included/minimal component on src directory
|
---|
34 | //
|
---|
35 | // ***************************************************************************
|
---|
36 |
|
---|
37 | #endif // BOOST_INCLUDED_PRG_EXEC_MONITOR_HPP_071894GER
|
---|