Socket/Protocols/Raw: Allow direct comparison of MACAddress and EUI64 instances
[senf.git] / senf / Socket / Protocols / Raw / LLAddressing.test.cc
index 5f91dc1..c01ef6e 100644 (file)
 //#include "LLAddressing.test.ih"
 
 // Custom includes
-#include "../../../Utils/String.hh"
 #include "LLAddressing.hh"
+#include <senf/Utils/String.hh>
+#include <senf/Socket/Protocols/AddressExceptions.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(llAddress)
+SENF_AUTO_UNIT_TEST(llAddress)
 {
     using senf::LLSocketAddress;