X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPPI%2FSetup.test.cc;h=dac797635ebac9b8d0d7a3af80dbc91e3e267e7e;hb=9bc655e14d2d8c204ed835896cb51e42d49bd68f;hp=6a2477a0a552242be77c0acfc6f88647f4e116dd;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/PPI/Setup.test.cc b/senf/PPI/Setup.test.cc index 6a2477a..dac7976 100644 --- a/senf/PPI/Setup.test.cc +++ b/senf/PPI/Setup.test.cc @@ -29,15 +29,16 @@ // Custom includes #include "Setup.hh" -#include "../Utils/auto_unit_test.hh" +#include #include #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////////////////////////////////////////