X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2Fauto_unit_test.hh;h=c45d6fd08fdf56af28b4bdbc3376eb2282561939;hb=345f95ca91ab48a8333fbdabb515b16e8d6d8a5d;hp=f93ae3c77ec2711d80566e4dd37cae2eef055b64;hpb=f00a102138bcbabdaab1caab1db6a8876463dedc;p=senf.git diff --git a/Utils/auto_unit_test.hh b/Utils/auto_unit_test.hh index f93ae3c..c45d6fd 100644 --- a/Utils/auto_unit_test.hh +++ b/Utils/auto_unit_test.hh @@ -1,8 +1,8 @@ // $Id$ // -// Copyright (C) 2007 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer NETwork research (NET) +// Copyright (C) 2007 +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund // // This program is free software; you can redistribute it and/or modify @@ -27,8 +27,10 @@ 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). + So, instead of \#include , you should always write +
+    \#include "../Utils/auto_unit_test.hh"
+    
(with possibliy adjusted path). */ #ifndef HH_auto_unit_test_ @@ -48,6 +50,8 @@ #include +#define COMPILE_FAIL(n) void n() + ///////////////////////////////hh.e//////////////////////////////////////// //#include "auto_unit_test.cci" //#include "auto_unit_test.ct"