X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2Fmpl.test.cc;h=98dd09e9f4ebd07d5c577e39c3280d69c724097e;hb=c505c034e5fdc932c02aa3dc3847a5551011d87e;hp=25d6f0cd9a287543d31524d307dd55337803c08f;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Utils/mpl.test.cc b/senf/Utils/mpl.test.cc index 25d6f0c..98dd09e 100644 --- a/senf/Utils/mpl.test.cc +++ b/senf/Utils/mpl.test.cc @@ -29,7 +29,7 @@ // Custom includes #include "mpl.hh" -#include "../Utils/auto_unit_test.hh" +#include #include #define prefix_ @@ -70,7 +70,7 @@ namespace { struct C {}; } -BOOST_AUTO_UNIT_TEST(senfmpl) +SENF_AUTO_UNIT_TEST(senfmpl) { BOOST_CHECK( choice::has_int_value ); BOOST_CHECK( ! choice::has_class_value ); @@ -104,7 +104,7 @@ namespace { } -BOOST_AUTO_UNIT_TEST(mplSlot) +SENF_AUTO_UNIT_TEST(mplSlot) { BOOST_CHECK_EQUAL( unsigned(Test::total), 8u ); }