execution_monitor.hpp 750 B

123456789101112131415161718192021
  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 variant of Execution Monitor to be used independently
  12. // ***************************************************************************
  13. #ifndef BOOST_INCLUDED_EXECUTION_MONITOR_HPP_051410GER
  14. #define BOOST_INCLUDED_EXECUTION_MONITOR_HPP_051410GER
  15. #include <boost/test/impl/execution_monitor.ipp>
  16. #include <boost/test/impl/debug.ipp>
  17. #endif // BOOST_INCLUDED_EXECUTION_MONITOR_HPP_051410GER