X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2Fmain.test.cc;h=ec5fc376c0c75d9212fb520a106158c73e5d3eff;hb=688f3266c15bd532194fe81e704c0a2cf320375a;hp=ead651764452f78d135a3c3ef38e8bb27f2d2236;hpb=c52cd7d87dbb525c1267aad27391b8b7365dbb57;p=senf.git diff --git a/Packets/main.test.cc b/Packets/main.test.cc index ead6517..ec5fc37 100644 --- a/Packets/main.test.cc +++ b/Packets/main.test.cc @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2006 +// Copyright (C) 2006 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) // Kompetenzzentrum fuer Satelitenkommunikation (SatCom) // Stefan Bund @@ -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//////////////////////////////////////// @@ -40,4 +41,10 @@ // Local Variables: // mode: c++ +// fill-column: 100 +// c-file-style: "senf" +// indent-tabs-mode: nil +// ispell-local-dictionary: "american" +// compile-command: "scons -u test" +// comment-column: 40 // End: