X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FNetdeviceController.test.cc;h=c3546bf636efc119ee8d245b6dfedd9bb4f1b965;hb=975639608e44e49058ccd52f05ffe6b21faeafef;hp=38f1912777c4d62674a7cf3cc4c7c5fec17d752b;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Socket/NetdeviceController.test.cc b/senf/Socket/NetdeviceController.test.cc index 38f1912..c3546bf 100644 --- a/senf/Socket/NetdeviceController.test.cc +++ b/senf/Socket/NetdeviceController.test.cc @@ -28,16 +28,16 @@ // Custom includes #include "NetdeviceController.hh" -#include "Protocols/Raw/MACAddress.hh" #include +#include -#include "../Utils/auto_unit_test.hh" +#include #include #define prefix_ ///////////////////////////////cc.p//////////////////////////////////////// -BOOST_AUTO_UNIT_TEST(NetdeviceController) { +SENF_AUTO_UNIT_TEST(NetdeviceController) { std::string ifname ("lo"); senf::NetdeviceController ctrl (ifname);