debug_config.hpp 872 B

123456789101112131415161718192021222324
  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
  8. //! @brief user's config for Boost.Test debugging support
  9. //!
  10. //! This file is intended to be edited by end user to specify varios macros, which configure debugger interface
  11. //! Alterntively you can set these parameters in your own sources/makefiles
  12. // ***************************************************************************
  13. #ifndef BOOST_TEST_DEBUG_CONFIG_HPP_112006GER
  14. #define BOOST_TEST_DEBUG_CONFIG_HPP_112006GER
  15. // ';' separated list of supported debuggers
  16. // #define BOOST_TEST_DBG_LIST gdb;dbx
  17. // maximum size of /proc/pid/stat file
  18. // #define BOOST_TEST_STAT_LINE_MAX
  19. #endif