X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FRaw%2FMACAddress.test.cc;h=62725271e6db40613e1e78dcace70344c0cc00c3;hb=0fb5ed1adf2f67dbf47fdfed3f3c8be989cf3618;hp=6ff3472d7d32cc96b514effe072233b6b3dc654d;hpb=26610f603ebdd465307b9621f532c1fe19fd5571;p=senf.git diff --git a/senf/Socket/Protocols/Raw/MACAddress.test.cc b/senf/Socket/Protocols/Raw/MACAddress.test.cc index 6ff3472..6272527 100644 --- a/senf/Socket/Protocols/Raw/MACAddress.test.cc +++ b/senf/Socket/Protocols/Raw/MACAddress.test.cc @@ -31,6 +31,7 @@ #include "MACAddress.hh" #include #include "EUI64.hh" +#include #include #include @@ -38,7 +39,7 @@ #define prefix_ ///////////////////////////////cc.p//////////////////////////////////////// -BOOST_AUTO_UNIT_TEST(macAddress) +SENF_AUTO_UNIT_TEST(macAddress) { using senf::MACAddress; using senf::AddressSyntaxException; @@ -111,7 +112,7 @@ BOOST_AUTO_UNIT_TEST(macAddress) ///////////////////////////////cc.e//////////////////////////////////////// #undef prefix_ - + // Local Variables: // mode: c++ // fill-column: 100