blob: f54efa8524d65e49643e8a2a23a069a392dc24e7 [file] [log] [blame]
Jeff Thompsonef2d5a42013-08-22 19:09:24 -07001// (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
6// See http://www.boost.org/libs/test for the library home page.
7//
8// File : $RCSfile$
9//
10// Version : $Revision: 49312 $
11//
12// Description : user's config for Boost.Test debugging support
13// ***************************************************************************
14
Jeff Thompson3d613fd2013-10-15 15:39:04 -070015#ifndef NDNBOOST_TEST_DEBUG_CONFIG_HPP_112006GER
16#define NDNBOOST_TEST_DEBUG_CONFIG_HPP_112006GER
Jeff Thompsonef2d5a42013-08-22 19:09:24 -070017
18// ';' separated list of supported debuggers
Jeff Thompson3d613fd2013-10-15 15:39:04 -070019// #define NDNBOOST_TEST_DBG_LIST gdb;dbx
Jeff Thompsonef2d5a42013-08-22 19:09:24 -070020
21// maximum size of /proc/pid/stat file
Jeff Thompson3d613fd2013-10-15 15:39:04 -070022// #define NDNBOOST_TEST_STAT_LINE_MAX
Jeff Thompsonef2d5a42013-08-22 19:09:24 -070023
24#endif