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

This a major update for Boost.Test framework. See release docs for complete list of fixes/updates

[SVN r27444]
This commit is contained in:
Gennadiy Rozental
2005-02-20 08:28:35 +00:00
parent 649e99e18f
commit e2d63e7567
143 changed files with 13080 additions and 13860 deletions

26
src/framework.cpp Normal file
View File

@@ -0,0 +1,26 @@
// (C) Copyright Gennadiy Rozental 2005.
// 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
// ***************************************************************************
#include <boost/test/impl/framework.ipp>
// ***************************************************************************
// Revision History :
//
// $Log$
// Revision 1.1 2005/02/20 08:28:34 rogeeff
// This a major update for Boost.Test framework. See release docs for complete list of fixes/updates
//
// ***************************************************************************
// EOF