2
0
mirror of https://github.com/boostorg/test.git synced 2026-01-26 07:02:12 +00:00

release 1.29.0 merged into the main trank

[SVN r16063]
This commit is contained in:
Gennadiy Rozental
2002-11-02 20:04:43 +00:00
parent 3eb00040e9
commit 27358d0d0b
46 changed files with 1523 additions and 1060 deletions

View File

@@ -14,7 +14,7 @@
// Description : main function implementation for Program Executon Monitor
// ***************************************************************************
// LOCAL
// Boost.Test
#include <boost/test/execution_monitor.hpp>
// BOOST
@@ -88,15 +88,9 @@ int main( int argc, char* argv[] )
// Revision History :
//
// $Log$
// Revision 1.5 2002/08/20 08:24:13 rogeeff
// cvs keywords added
// Revision 1.6 2002/11/02 20:04:41 rogeeff
// release 1.29.0 merged into the main trank
//
// 16 Nov 01 Minor message fix (Gennadiy)
// 4 Jun 01 Rewrite to use exception_monitor
// 26 Feb 01 Numerous changes suggested during formal review.
// 25 Jan 01 catch_exceptions.hpp code factored out.
// 22 Jan 01 Remove test_tools dependencies to reduce coupling.
// 5 Nov 00 Initial boost version (Beman Dawes)
// ***************************************************************************