|
|
|||
File indexing completed on 2025-12-15 10:09:21
0001 // (C) Copyright Gennadiy Rozental 2001. 0002 // Distributed under the Boost Software License, Version 1.0. 0003 // (See accompanying file LICENSE_1_0.txt or copy at 0004 // http://www.boost.org/LICENSE_1_0.txt) 0005 0006 // See http://www.boost.org/libs/test for the library home page. 0007 // 0008 //! @file 0009 //! @brief user's config for Boost.Test debugging support 0010 //! 0011 //! This file is intended to be edited by end user to specify varios macros, which configure debugger interface 0012 //! Alterntively you can set these parameters in your own sources/makefiles 0013 // *************************************************************************** 0014 0015 #ifndef BOOST_TEST_DEBUG_CONFIG_HPP_112006GER 0016 #define BOOST_TEST_DEBUG_CONFIG_HPP_112006GER 0017 0018 // ';' separated list of supported debuggers 0019 // #define BOOST_TEST_DBG_LIST gdb;dbx 0020 0021 // maximum size of /proc/pid/stat file 0022 // #define BOOST_TEST_STAT_LINE_MAX 0023 0024 #endif
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|