Utils: Refactor hexdump() helper to move code out of template function
[senf.git] / Utils / auto_unit_test.hh
index 9ae6577..c45d6fd 100644 (file)
@@ -29,7 +29,7 @@
 
     So, instead of <tt>\#include <boost/test/auto_unit_test.hpp></tt>, you should always write
     <pre>
-        #include "../Utils/auto_unit_test.hh"
+    \#include "../Utils/auto_unit_test.hh"
     </pre> (with possibliy adjusted path).
  */
 
@@ -50,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"