X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2Fmain.test.cc;h=f6be1f897415c34079a2b84d2f94dbaa97fd3a55;hb=2371b3e67e650b7e829c35e8b4441a8ce2931ac0;hp=17b4de30e6a4969533610a5386aad8a5a939dfe1;hpb=85ab07d100a382467a42e19d741d403a7a96c951;p=senf.git diff --git a/Packets/main.test.cc b/Packets/main.test.cc index 17b4de3..f6be1f8 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//////////////////////////////////////// @@ -44,4 +45,6 @@ // c-file-style: "senf" // indent-tabs-mode: nil // ispell-local-dictionary: "american" +// compile-command: "scons -u test" +// comment-column: 40 // End: