X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FLogger%2Fmain.test.cc;h=b7b129a65a654c7edf0a65244d3b3e34884a62f7;hb=81f84badf27b66dbadec9890646ca1193e998505;hp=2e4e3879eead70c6eb0905b6d78f4e3646d0186e;hpb=b52002fa2001e6472d6aa3dde263b85f654c6e8e;p=senf.git diff --git a/Utils/Logger/main.test.cc b/Utils/Logger/main.test.cc index 2e4e387..b7b129a 100644 --- a/Utils/Logger/main.test.cc +++ b/Utils/Logger/main.test.cc @@ -1,9 +1,9 @@ -// $Id: main.test.cc 369 2007-08-01 07:51:36Z tho $ +// $Id$ // // Copyright (C) 2006 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) -// Stefan Bund +// 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 // it under the terms of the GNU General Public License as published by @@ -27,12 +27,16 @@ // Custom includes #define BOOST_AUTO_TEST_MAIN -#include +#include "../../Utils/auto_unit_test.hh" #include #define prefix_ ///////////////////////////////cc.p//////////////////////////////////////// +BOOST_AUTO_UNIT_TEST(testMain) +{ + BOOST_CHECK( true ); +} ///////////////////////////////cc.e//////////////////////////////////////// #undef prefix_