X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPPI%2FSetup.test.cc;h=dac797635ebac9b8d0d7a3af80dbc91e3e267e7e;hb=c505c034e5fdc932c02aa3dc3847a5551011d87e;hp=ea12ce46e39af4da56348972b52ceaaa84d0cb36;hpb=26610f603ebdd465307b9621f532c1fe19fd5571;p=senf.git diff --git a/senf/PPI/Setup.test.cc b/senf/PPI/Setup.test.cc index ea12ce4..dac7976 100644 --- a/senf/PPI/Setup.test.cc +++ b/senf/PPI/Setup.test.cc @@ -35,9 +35,10 @@ #define prefix_ ///////////////////////////////cc.p//////////////////////////////////////// -BOOST_AUTO_UNIT_TEST(setup) +SENF_AUTO_UNIT_TEST(setup) { // Tested in nearly all other modules ... + BOOST_CHECK( true ); } ///////////////////////////////cc.e////////////////////////////////////////