X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FDaemon%2Fmain.test.cc;h=b7b129a65a654c7edf0a65244d3b3e34884a62f7;hb=82e8df5de8b11448423388632e8602ad97bc7885;hp=ae95dcea1698ff206dccce4bbaf7fdbdc62a7c07;hpb=58e527462abb46e321c94fda65f758b67ac3aef2;p=senf.git diff --git a/Utils/Daemon/main.test.cc b/Utils/Daemon/main.test.cc index ae95dce..b7b129a 100644 --- a/Utils/Daemon/main.test.cc +++ b/Utils/Daemon/main.test.cc @@ -1,8 +1,8 @@ // $Id$ // // Copyright (C) 2006 -// Fraunhofer Institute for Open Communication Systems (FOKUS) -// Competence Center NETwork research (NET), St. Augustin, GERMANY +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund // // This program is free software; you can redistribute it and/or modify @@ -33,6 +33,10 @@ #define prefix_ ///////////////////////////////cc.p//////////////////////////////////////// +BOOST_AUTO_UNIT_TEST(testMain) +{ + BOOST_CHECK( true ); +} ///////////////////////////////cc.e//////////////////////////////////////// #undef prefix_