X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FProtocols%2Fmain.test.cc;h=b7b129a65a654c7edf0a65244d3b3e34884a62f7;hb=3863d46dd898b7bc35ea8c6ccd8563b18762a6b6;hp=be0cdde8fa11e1e8dbeddd9838a9df8bea582088;hpb=d6abda313f70c8a849c5e3f3bbfc12ce301789f1;p=senf.git diff --git a/Socket/Protocols/main.test.cc b/Socket/Protocols/main.test.cc index be0cdde..b7b129a 100644 --- a/Socket/Protocols/main.test.cc +++ b/Socket/Protocols/main.test.cc @@ -1,9 +1,9 @@ -// $Id: main.test.cc 296 2007-07-10 20:39:34Z g0dil $ +// $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_