2
0
mirror of https://github.com/boostorg/test.git synced 2026-01-31 08:42:13 +00:00

minor cleanup

final major piece of this update: debug services (almost complete: without stack dump)

[SVN r40451]
This commit is contained in:
Gennadiy Rozental
2007-10-25 05:38:19 +00:00
parent e317de8bb5
commit 8bb49d96d3
40 changed files with 1174 additions and 250 deletions

24
src/debug.cpp Normal file
View File

@@ -0,0 +1,24 @@
// (C) Copyright Gennadiy Rozental 2006.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
// See http://www.boost.org/libs/test for the library home page.
//
// File : $RCSfile$
//
// Version : $Revision$
//
// Description : forwarding source
// ***************************************************************************
#define BOOST_TEST_SOURCE
#include <boost/test/impl/debug.ipp>
// ***************************************************************************
// Revision History :
//
// $Log$
// ***************************************************************************
// EOF