all unit tests: replaced BOOST_AUTO_UNIT_TEST with new SENF_AUTO_UNIT_TEST macro
[senf.git] / senf / Socket / NetdeviceController.test.cc
index 38f1912..d99c70b 100644 (file)
 
 // Custom includes
 #include "NetdeviceController.hh"
-#include "Protocols/Raw/MACAddress.hh"
+#include <senf/Socket/Protocols/Raw/MACAddress.hh>
 #include <net/if.h>
 
-#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(NetdeviceController) {
+SENF_AUTO_UNIT_TEST(NetdeviceController) {
 
     std::string ifname ("lo");
     senf::NetdeviceController ctrl (ifname);