debug_config.hpp 754 B

123456789101112131415161718192021222324
  1. // (C) Copyright Gennadiy Rozental 2006-2008.
  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: 49312 $
  10. //
  11. // Description : user's config for Boost.Test debugging support
  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