X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2Fmain.test.cc;h=d2f37bed6ba2b06d2d28cd9eea09495879d4ca20;hb=82e8df5de8b11448423388632e8602ad97bc7885;hp=91e601da22f5802d9132796553153d6b355e2ced;hpb=81ffa1c459b96dd44472bcef37e1e373934ee138;p=senf.git diff --git a/PPI/main.test.cc b/PPI/main.test.cc index 91e601d..d2f37be 100644 --- a/PPI/main.test.cc +++ b/PPI/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 @@ -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_