- close on socket handle now calls v_close() -> protocol()->close()
[senf.git] / Socket / SocketProtocol.test.cc
index 14bfb4b..ea1c412 100644 (file)
@@ -30,7 +30,7 @@
 #include "SocketPolicy.hh"
 #include "SocketProtocol.test.hh"
 
-#include <boost/test/auto_unit_test.hpp>
+#include "../Utils/auto_unit_test.hh"
 #include <boost/test/test_tools.hpp>
 
 #define prefix_
@@ -56,4 +56,6 @@ BOOST_AUTO_UNIT_TEST(socketProtocol)
 // c-file-style: "senf"
 // indent-tabs-mode: nil
 // ispell-local-dictionary: "american"
+// compile-command: "scons -u test"
+// comment-column: 40
 // End: