X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2Fmembind.test.cc;h=6b3bec8f3a0ee690fdfd53e1870eed92748221fa;hb=28489b2b034740ce21bcce6f38b8fa1701948b03;hp=5cbac8cd3badc0667c05c169d1cea1c92020c06d;hpb=85ab07d100a382467a42e19d741d403a7a96c951;p=senf.git diff --git a/Utils/membind.test.cc b/Utils/membind.test.cc index 5cbac8c..6b3bec8 100644 --- a/Utils/membind.test.cc +++ b/Utils/membind.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 @@ -28,9 +28,9 @@ // Custom includes #include #include -#include "Utils/membind.hh" +#include "../Utils/membind.hh" -#include +#include "../Utils/auto_unit_test.hh" #include #define prefix_ @@ -72,4 +72,6 @@ BOOST_AUTO_UNIT_TEST(membind) // c-file-style: "senf" // indent-tabs-mode: nil // ispell-local-dictionary: "american" +// compile-command: "scons -u test" +// comment-column: 40 // End: