X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FLogger%2Fmain.test.cc;h=8db71d679d422f9f58dee8089b666703ea2992b5;hb=394ced7000128fef7e753caea1deda8d55dec8e2;hp=b7b129a65a654c7edf0a65244d3b3e34884a62f7;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Utils/Logger/main.test.cc b/senf/Utils/Logger/main.test.cc index b7b129a..8db71d6 100644 --- a/senf/Utils/Logger/main.test.cc +++ b/senf/Utils/Logger/main.test.cc @@ -27,18 +27,18 @@ // Custom includes #define BOOST_AUTO_TEST_MAIN -#include "../../Utils/auto_unit_test.hh" +#include #include #define prefix_ -///////////////////////////////cc.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// -BOOST_AUTO_UNIT_TEST(testMain) +SENF_AUTO_UNIT_TEST(testMain) { BOOST_CHECK( true ); } -///////////////////////////////cc.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #undef prefix_