X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2Fauto_unit_test.hh;h=f93ae3c77ec2711d80566e4dd37cae2eef055b64;hb=498e46942326c504b30ebdbb5e4d9be1b48d2b5f;hp=beb770f20b3c84111710ed6afecc34654f275872;hpb=d6abda313f70c8a849c5e3f3bbfc12ce301789f1;p=senf.git diff --git a/Utils/auto_unit_test.hh b/Utils/auto_unit_test.hh index beb770f..f93ae3c 100644 --- a/Utils/auto_unit_test.hh +++ b/Utils/auto_unit_test.hh @@ -21,7 +21,15 @@ // 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. /** \file - \brief auto_unit_test public header */ + \brief Boost.Test auto unit test compatibility across Boost V 1.33 and 1.34 + + This header file will allows to consistently use the Boost Version 1.33 syntax for defining auto + unit tests. If the available Boost version is 1.34, this file will automatically take care of + any necessary workarounds. + + So, instead of #include , you should always write + #include "../Utils/auto_unit_test.hh" (with possibliy adjusted path). + */ #ifndef HH_auto_unit_test_ #define HH_auto_unit_test_ 1