X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2Fmain.test.cc;h=b6d1686f7ac632b48c93e3ea3e1b5d81a18b3d14;hb=412024ed31a4ab4eaea7a4165a434f8efebee325;hp=fd4c97a9bda2218072e3e071f96b1bfee16bb707;hpb=c52cd7d87dbb525c1267aad27391b8b7365dbb57;p=senf.git diff --git a/Utils/main.test.cc b/Utils/main.test.cc index fd4c97a..b6d1686 100644 --- a/Utils/main.test.cc +++ b/Utils/main.test.cc @@ -1,9 +1,9 @@ -// $Id: main.test.cc 32 2006-03-23 16:24:56Z sbund $ +// $Id$ // -// Copyright (C) 2006 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) -// Stefan Bund +// Copyright (C) 2006 +// 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_ @@ -40,4 +40,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: