X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2Fauto_unit_test.hh;h=8b0e1bbec3aae6cd5e3d1e49702589eaf8fdcf76;hb=c60d49c7a219b1069c2ce1abc4a0971a9f4ff1f4;hp=402dd63fdab88984fd7bcec5cb18033064ca925a;hpb=7baaacae27c02c86ceda5c7ee41d3172d1e23ffa;p=senf.git diff --git a/Utils/auto_unit_test.hh b/Utils/auto_unit_test.hh index 402dd63..8b0e1bb 100644 --- a/Utils/auto_unit_test.hh +++ b/Utils/auto_unit_test.hh @@ -33,8 +33,8 @@ (with possibliy adjusted path). */ -#ifndef HH_auto_unit_test_ -#define HH_auto_unit_test_ 1 +#ifndef HH_SENF_Utils_auto_unit_test_ +#define HH_SENF_Utils_auto_unit_test_ 1 // Custom includes #include @@ -57,7 +57,7 @@ /** \brief Check for compile failure - COMPILE_RAIL() is used to check, that a certain piece of code will produce a compile time + COMPILE_FAIL() is used to check, that a certain piece of code will produce a compile time failure. \code