Last change
on this file since 29 was
29,
checked in by landauf, 16 years ago
|
updated boost from 1_33_1 to 1_34_1
|
File size:
1003 bytes
|
Line | |
---|
1 | // (C) Copyright Gennadiy Rozental 2005. |
---|
2 | // Distributed under the Boost Software License, Version 1.0. |
---|
3 | // (See accompanying file LICENSE_1_0.txt or copy at |
---|
4 | // http://www.boost.org/LICENSE_1_0.txt) |
---|
5 | |
---|
6 | // See http://www.boost.org/libs/test for the library home page. |
---|
7 | // |
---|
8 | // File : $RCSfile: results_reporter.cpp,v $ |
---|
9 | // |
---|
10 | // Version : $Revision: 1.2 $ |
---|
11 | // |
---|
12 | // Description : forwarding source |
---|
13 | // *************************************************************************** |
---|
14 | |
---|
15 | #define BOOST_TEST_SOURCE |
---|
16 | #include <boost/test/impl/results_reporter.ipp> |
---|
17 | |
---|
18 | // *************************************************************************** |
---|
19 | // Revision History : |
---|
20 | // |
---|
21 | // $Log: results_reporter.cpp,v $ |
---|
22 | // Revision 1.2 2005/03/22 07:18:50 rogeeff |
---|
23 | // no message |
---|
24 | // |
---|
25 | // Revision 1.1 2005/02/20 08:28:34 rogeeff |
---|
26 | // This a major update for Boost.Test framework. See release docs for complete list of fixes/updates |
---|
27 | // |
---|
28 | // *************************************************************************** |
---|
29 | |
---|
30 | // EOF |
---|
Note: See
TracBrowser
for help on using the repository browser.