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

config/parameters are separated

[SVN r14871]
This commit is contained in:
Gennadiy Rozental
2002-08-15 01:41:23 +00:00
parent 55b965c740
commit d3329cd8c8
32 changed files with 94 additions and 76 deletions

View File

@@ -1,20 +1,13 @@
// boost/cpp_main.cpp (header or not, as you like it) ----------------------//
// Boost Test Library cpp_main.cpp ------------------------------------------//
// (C) Copyright Beman Dawes 1995-2001. Permission to copy, use, modify, sell
// and distribute this software is granted provided this copyright notice
// appears in all copies. This software is provided "as is" without express or
// implied warranty, and with no claim as to its suitability for any purpose.
// (C) Copyright Beman Dawes 1995-2001. Gennadiy Rozental 2001-2202.
// Permission to copy, use, modify, sell and distribute this software is
// granted provided this copyright notice appears in all copies. This software
// is provided "as is" without express or implied warranty, and with no
// claim as to its suitability for any purpose.
// See http://www.boost.org for updates, documentation, and revision history.
// This file may be included as a header file, or may be compiled and placed
// in a library for traditional linking. It is unusual for non-template
// non-inline implementation code to be used as a header file, but the user
// may elect to do so because header-only implementation requires no library
// build support. (Suggested by Ed Brey)
// header dependencies are deliberately restricted to reduce coupling.
// LOCAL
#include <boost/test/execution_monitor.hpp>