mirror of
https://github.com/boostorg/test.git
synced 2026-01-22 17:52:18 +00:00
28 lines
811 B
C++
28 lines
811 B
C++
// (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
|
|
// ***************************************************************************
|
|
|
|
#define BOOST_TEST_SOURCE
|
|
#include <boost/test/impl/interaction_based.ipp>
|
|
|
|
// ***************************************************************************
|
|
// Revision History :
|
|
//
|
|
// $Log$
|
|
// Revision 1.1 2005/12/14 06:18:50 rogeeff
|
|
// *** empty log message ***
|
|
//
|
|
// ***************************************************************************
|
|
|
|
// EOF
|