X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FProtocols%2FRaw%2Fmain.test.cc;h=190483a7e67a83400975636e1b95ca173a86e5ce;hb=81f84badf27b66dbadec9890646ca1193e998505;hp=91e601da22f5802d9132796553153d6b355e2ced;hpb=6bb3fa3caaa41dab4d5b451ca27e70f9e55e49d6;p=senf.git diff --git a/Socket/Protocols/Raw/main.test.cc b/Socket/Protocols/Raw/main.test.cc index 91e601d..190483a 100644 --- a/Socket/Protocols/Raw/main.test.cc +++ b/Socket/Protocols/Raw/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_