Console: Add console logging documentation
[senf.git] / Utils / auto_unit_test.hh
index 0651fde..c45d6fd 100644 (file)
@@ -28,7 +28,9 @@
     any necessary workarounds.
 
     So, instead of <tt>\#include <boost/test/auto_unit_test.hpp></tt>, you should always write
-    <tt>\#include "../Utils/auto_unit_test.hh"</tt> (with possibliy adjusted path).
+    <pre>
+    \#include "../Utils/auto_unit_test.hh"
+    </pre> (with possibliy adjusted path).
  */
 
 #ifndef HH_auto_unit_test_
@@ -48,6 +50,8 @@
 
 #include <boost/test/auto_unit_test.hpp>
 
+#define COMPILE_FAIL(n) void n()
+
 ///////////////////////////////hh.e////////////////////////////////////////
 //#include "auto_unit_test.cci"
 //#include "auto_unit_test.ct"