X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FNetdeviceController.test.cc;h=d99c70b442b70556c5bc22023d19d048813d2f3f;hb=8ee8742d5bcf846e0ebeb2abf994e371142b7707;hp=38f1912777c4d62674a7cf3cc4c7c5fec17d752b;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Socket/NetdeviceController.test.cc b/senf/Socket/NetdeviceController.test.cc index 38f1912..d99c70b 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);