X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2Fauto_unit_test.hh;fp=senf%2FUtils%2Fauto_unit_test.hh;h=4e22f6454dabdc176436561e9832859c33112941;hb=9cb871b939efe93e35dd96808d25089399acfc46;hp=a05e41b652092f284d17468d6b4fb4dc5ea11488;hpb=3a43b572a2c0028b353d47e86fa7546633d6e2cf;p=senf.git diff --git a/senf/Utils/auto_unit_test.hh b/senf/Utils/auto_unit_test.hh index a05e41b..4e22f64 100644 --- a/senf/Utils/auto_unit_test.hh +++ b/senf/Utils/auto_unit_test.hh @@ -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