2
0
mirror of https://github.com/boostorg/test.git synced 2026-02-17 02:02:08 +00:00

*** empty log message ***

[SVN r32049]
This commit is contained in:
Gennadiy Rozental
2005-12-14 06:01:02 +00:00
parent eea5d0bc41
commit c96ffdf25e
34 changed files with 428 additions and 488 deletions

View File

@@ -13,8 +13,8 @@
// *****************************************************************************
// Boost.Test
#define BOOST_AUTO_TEST_MAIN
#include <boost/test/auto_unit_test.hpp>
#define BOOST_TEST_MAIN
#include <boost/test/unit_test.hpp>
namespace utf = boost::unit_test;
// Boost.Runtime.Parameter
@@ -315,6 +315,9 @@ BOOST_AUTO_TEST_CASE( test_ifdef )
// History :
//
// $Log$
// Revision 1.3 2005/12/14 06:01:02 rogeeff
// *** empty log message ***
//
// Revision 1.2 2005/05/11 05:07:56 rogeeff
// licence update
//