prg_exec_monitor.hpp 856 B

12345678910111213141516171819202122232425
  1. // (C) Copyright Gennadiy Rozental 2001.
  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. // See http://www.boost.org/libs/test for the library home page.
  6. //
  7. // File : $RCSfile$
  8. //
  9. // Version : $Revision$
  10. //
  11. // Description : included (vs. linked ) version of Program Execution Monitor
  12. // ***************************************************************************
  13. #ifndef BOOST_INCLUDED_PRG_EXEC_MONITOR_HPP_071894GER
  14. #define BOOST_INCLUDED_PRG_EXEC_MONITOR_HPP_071894GER
  15. #include <boost/test/impl/execution_monitor.ipp>
  16. #include <boost/test/impl/debug.ipp>
  17. #include <boost/test/impl/cpp_main.ipp>
  18. #define BOOST_TEST_INCLUDED
  19. #include <boost/test/prg_exec_monitor.hpp>
  20. #endif // BOOST_INCLUDED_PRG_EXEC_MONITOR_HPP_071894GER