X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2Fmain.test.cc;h=e5b17a4b61179b8e5656c73a2f1f41c45f4d6ced;hb=165ec46dc3d091c354ef8dbda67dcf7b1a97fc7d;hp=15b8f3138d568ed1b0385f9e0ba6243f8399419b;hpb=31d85cd6b8e03c5ecc924ca8892906be1bab702f;p=senf.git diff --git a/Packets/main.test.cc b/Packets/main.test.cc index 15b8f31..e5b17a4 100644 --- a/Packets/main.test.cc +++ b/Packets/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,8 +27,9 @@ // Custom includes #define BOOST_AUTO_TEST_MAIN -#include +#include "../Utils/auto_unit_test.hh" #include +#include "Packets.hh" #define prefix_ ///////////////////////////////cc.p//////////////////////////////////////// @@ -45,4 +46,5 @@ // indent-tabs-mode: nil // ispell-local-dictionary: "american" // compile-command: "scons -u test" +// comment-column: 40 // End: