X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2Fmembind.test.cc;h=d3517cd99f1f5c495fc5c781ba7c37d04112f166;hb=92f8630b75f3ef50e73c48cde58645dcd1534e27;hp=465e29c44e7a37318fdbcc721477ec6d81cc4e9e;hpb=ac6a813d9d99f7add4e13aff7a4bcd314d5604a6;p=senf.git diff --git a/Utils/membind.test.cc b/Utils/membind.test.cc index 465e29c..d3517cd 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 +// 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 @@ -20,7 +20,8 @@ // Free Software Foundation, Inc., // 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -// Unit tests +/** \file + \brief membind unit tests */ //#include "membind.test.hh" //#include "membind.test.ih" @@ -28,18 +29,18 @@ // Custom includes #include #include -#include "Utils/membind.hh" +#include "membind.hh" -#include +#include "../Utils/auto_unit_test.hh" #include #define prefix_ ///////////////////////////////cc.p//////////////////////////////////////// namespace { - + struct Test { - char const * meth1() { + char const * meth1() { return "meth1()"; } @@ -68,5 +69,10 @@ BOOST_AUTO_UNIT_TEST(membind) // 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: