X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2Fauto_unit_test.hh;h=e6243d7f53dc5aa60a610b53730dc26f870e6e78;hb=5b2e9a63a43027c71ac470ac9bdecb72e8974951;hp=a05e41b652092f284d17468d6b4fb4dc5ea11488;hpb=1ec4c14339e1dbc9a56be7fb528d089e1f37600c;p=senf.git diff --git a/senf/Utils/auto_unit_test.hh b/senf/Utils/auto_unit_test.hh index a05e41b..e6243d7 100644 --- a/senf/Utils/auto_unit_test.hh +++ b/senf/Utils/auto_unit_test.hh @@ -42,7 +42,7 @@ //#include "auto_unit_test.mpp" #include "auto_unit_test.ih" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #if BOOST_VERSION >= 103400 @@ -59,7 +59,7 @@ /** \brief Check for compile failure - \c COMPILE_FAIL() is used to check, that a certain piece of code will produce a compile + \c COMPILE_FAIL() is used to check, that a certain piece of code will produce a compile time failure. \code @@ -70,7 +70,7 @@ // fails to compile .... int x = "foo"; } - + COMPILE_FAIL(bar) { ... } @@ -78,7 +78,7 @@ \endcode This check is performed by the extended unit-test builder in \c senfscons. - + \ingroup unittest */ #define COMPILE_FAIL(n) void n() @@ -144,7 +144,7 @@ namespace test { #ifdef DOXYGEN /** \brief Check for non-equality - + \c SENF_CHECK_NOT_EQUAL() is the opposite of \c BOOST_CHECK_EQUAL. \hideinitializer \ingroup unittest @@ -158,7 +158,7 @@ namespace test { #endif #endif -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// //#include "auto_unit_test.cci" //#include "auto_unit_test.ct" #include "auto_unit_test.cti"