X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FLogger%2Fmain.test.cc;h=b7b129a65a654c7edf0a65244d3b3e34884a62f7;hb=5443435c4c2b6e4386c5334b5b8358273f2bae93;hp=ae95dcea1698ff206dccce4bbaf7fdbdc62a7c07;hpb=58e527462abb46e321c94fda65f758b67ac3aef2;p=senf.git diff --git a/Utils/Logger/main.test.cc b/Utils/Logger/main.test.cc index ae95dce..b7b129a 100644 --- a/Utils/Logger/main.test.cc +++ b/Utils/Logger/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_