X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FDefaultBundle%2Fmain.test.cc;h=204a84c3c3211dc9430342a91068eda2370e76be;hb=6927c87144ca23845065e3c23e37c75f5f059cf3;hp=7607fdcbc6d6b2c665ad27a47e24f3c03d492903;hpb=145f6a7d0f3a6aaa77b3625351c952d24cb0b8a1;p=senf.git diff --git a/Packets/DefaultBundle/main.test.cc b/Packets/DefaultBundle/main.test.cc index 7607fdc..204a84c 100644 --- a/Packets/DefaultBundle/main.test.cc +++ b/Packets/DefaultBundle/main.test.cc @@ -1,9 +1,9 @@ // $Id: main.test.cc 206 2007-02-20 14:20:52Z g0dil $ // // 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_