summaryrefslogtreecommitdiff
path: root/boost/test/unit_test.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/test/unit_test.hpp')
-rw-r--r--boost/test/unit_test.hpp20
1 files changed, 12 insertions, 8 deletions
diff --git a/boost/test/unit_test.hpp b/boost/test/unit_test.hpp
index c93e2b69ff..6181355316 100644
--- a/boost/test/unit_test.hpp
+++ b/boost/test/unit_test.hpp
@@ -1,15 +1,14 @@
-// (C) Copyright Gennadiy Rozental 2001-2008.
+// (C) Copyright Gennadiy Rozental 2001-2014.
// Distributed under the Boost Software License, Version 1.0.
-// (See accompanying file LICENSE_1_0.txt or copy at
+// (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 : Entry point for the end user into the Unit Test Framework.
+/// @file
+/// @brief Entry point into the Unit Test Framework
+///
+/// This header should be the only header necessary to include to start using the framework
// ***************************************************************************
#ifndef BOOST_TEST_UNIT_TEST_HPP_071894GER
@@ -45,7 +44,12 @@ namespace boost { namespace unit_test {
int BOOST_TEST_DECL unit_test_main( init_unit_test_func init_func, int argc, char* argv[] );
-}}
+}
+
+// !! ?? to remove
+namespace unit_test_framework=unit_test;
+
+}
#if defined(BOOST_TEST_DYN_LINK) && defined(BOOST_TEST_MAIN) && !defined(BOOST_TEST_NO_MAIN)