X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2Fmpl.test.cc;h=fb056c7f8268c7051e3a60f38a9fa16808e8eee4;hb=93d9568d448749dc187e7622b733a4a3caa319df;hp=25d6f0cd9a287543d31524d307dd55337803c08f;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Utils/mpl.test.cc b/senf/Utils/mpl.test.cc index 25d6f0c..fb056c7 100644 --- a/senf/Utils/mpl.test.cc +++ b/senf/Utils/mpl.test.cc @@ -29,11 +29,11 @@ // Custom includes #include "mpl.hh" -#include "../Utils/auto_unit_test.hh" +#include #include #define prefix_ -///////////////////////////////cc.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace { @@ -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,12 +104,12 @@ namespace { } -BOOST_AUTO_UNIT_TEST(mplSlot) +SENF_AUTO_UNIT_TEST(mplSlot) { BOOST_CHECK_EQUAL( unsigned(Test::total), 8u ); } -///////////////////////////////cc.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #undef prefix_