X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FProtocols%2FUN%2Fmain.test.cc;h=190483a7e67a83400975636e1b95ca173a86e5ce;hb=3863d46dd898b7bc35ea8c6ccd8563b18762a6b6;hp=33d6da679b020c23701d466367ab6d1573283e61;hpb=58e527462abb46e321c94fda65f758b67ac3aef2;p=senf.git diff --git a/Socket/Protocols/UN/main.test.cc b/Socket/Protocols/UN/main.test.cc index 33d6da6..190483a 100644 --- a/Socket/Protocols/UN/main.test.cc +++ b/Socket/Protocols/UN/main.test.cc @@ -1,8 +1,8 @@ // $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_