X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2Fmain.test.cc;h=015bc671491e9d2ee1cb7f78ebe65e57bc85971c;hb=b8ca4a544cce3e6023bb56b712a03d6362f2bb79;hp=ec5fc376c0c75d9212fb520a106158c73e5d3eff;hpb=d6abda313f70c8a849c5e3f3bbfc12ce301789f1;p=senf.git diff --git a/Packets/main.test.cc b/Packets/main.test.cc index ec5fc37..015bc67 100644 --- a/Packets/main.test.cc +++ b/Packets/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 @@ -34,6 +34,10 @@ #define prefix_ ///////////////////////////////cc.p//////////////////////////////////////// +BOOST_AUTO_UNIT_TEST(testMain) +{ + BOOST_CHECK( true ); +} ///////////////////////////////cc.e//////////////////////////////////////// #undef prefix_