X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2Fmain.test.cc;h=d2f37bed6ba2b06d2d28cd9eea09495879d4ca20;hb=a1fdb7bb122f0b05be809a922d4b7ef5e125fa67;hp=385b73026af3fd7d516bf6250703e8387151a435;hpb=d6abda313f70c8a849c5e3f3bbfc12ce301789f1;p=senf.git diff --git a/Utils/main.test.cc b/Utils/main.test.cc index 385b730..d2f37be 100644 --- a/Utils/main.test.cc +++ b/Utils/main.test.cc @@ -1,9 +1,9 @@ // $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 @@ -33,6 +33,10 @@ #define prefix_ ///////////////////////////////cc.p//////////////////////////////////////// +BOOST_AUTO_UNIT_TEST(testMain) +{ + BOOST_CHECK( true ); +} ///////////////////////////////cc.e//////////////////////////////////////// #undef prefix_