X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FProtocols%2FINet%2Fmain.test.cc;h=190483a7e67a83400975636e1b95ca173a86e5ce;hb=5443435c4c2b6e4386c5334b5b8358273f2bae93;hp=b74ae4d8c8d769bb2f92fd8b5c6e9f6f657c0f41;hpb=f73fa16ed5abdce272ac77f8b8b9ef2b9922c266;p=senf.git diff --git a/Socket/Protocols/INet/main.test.cc b/Socket/Protocols/INet/main.test.cc index b74ae4d..190483a 100644 --- a/Socket/Protocols/INet/main.test.cc +++ b/Socket/Protocols/INet/main.test.cc @@ -1,8 +1,8 @@ -// $Id: main.test.cc 296 2007-07-10 20:39:34Z g0dil $ +// $Id$ // // Copyright (C) 2006 -// Fraunhofer Institute for Open Communication Systems (FOKUS) -// Competence Center NETwork research (NET), St. Augustin, GERMANY +// 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 @@ -33,6 +33,10 @@ #define prefix_ ///////////////////////////////cc.p//////////////////////////////////////// +BOOST_AUTO_UNIT_TEST(testMain) +{ + BOOST_CHECK( true ); +} ///////////////////////////////cc.e//////////////////////////////////////// #undef prefix_