Utils/Exception: Allow to disable ErrnoExceptions via SENF_NO_ERRNOEXC
[senf.git] / Utils / TypeInfo.test.cc
index 2a5e1c9..ac6c5f9 100644 (file)
@@ -28,7 +28,7 @@
 // Custom includes
 #include "TypeInfo.hh"
 
-#include <boost/test/auto_unit_test.hpp>
+#include "../Utils/auto_unit_test.hh"
 #include <boost/test/test_tools.hpp>
 
 #define prefix_
@@ -67,4 +67,6 @@ BOOST_AUTO_UNIT_TEST(prettyName)
 // c-file-style: "senf"
 // indent-tabs-mode: nil
 // ispell-local-dictionary: "american"
+// compile-command: "scons -u test"
+// comment-column: 40
 // End: