Implement senf::IGNORE and replace all casts-to-void with senf::IGNORE() calls
[senf.git] / senf / Socket / Protocols / INet / MulticastSocketProtocol.test.cc
index 8493c86..6fc84fd 100644 (file)
 // Custom includes
 #include "UDPSocketHandle.hh"
 
-#include "../../../Utils/auto_unit_test.hh"
+#include <senf/Utils/auto_unit_test.hh>
 #include <boost/test/test_tools.hpp>
 
 #define prefix_
 ///////////////////////////////cc.p////////////////////////////////////////
 
-BOOST_AUTO_UNIT_TEST(multicastSocketProtocol)
+SENF_AUTO_UNIT_TEST(multicastSocketProtocol)
 {
     senf::UDPv4ClientSocketHandle sock;