X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2Fmain.test.cc;h=b6d1686f7ac632b48c93e3ea3e1b5d81a18b3d14;hb=15ac5ae4166db4387b4a219b7c42f7fc5a9681a6;hp=17b4de30e6a4969533610a5386aad8a5a939dfe1;hpb=253a521bcdad22c825b154ab0f72d9514c8ec618;p=senf.git diff --git a/Socket/main.test.cc b/Socket/main.test.cc index 17b4de3..b6d1686 100644 --- a/Socket/main.test.cc +++ b/Socket/main.test.cc @@ -1,9 +1,9 @@ // $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,7 +27,7 @@ // Custom includes #define BOOST_AUTO_TEST_MAIN -#include +#include "../Utils/auto_unit_test.hh" #include #define prefix_ @@ -44,4 +44,6 @@ // c-file-style: "senf" // indent-tabs-mode: nil // ispell-local-dictionary: "american" +// compile-command: "scons -u test" +// comment-column: 40 // End: