X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Scheduler%2Fmain.test.cc;h=d2f37bed6ba2b06d2d28cd9eea09495879d4ca20;hb=5443435c4c2b6e4386c5334b5b8358273f2bae93;hp=15b8f3138d568ed1b0385f9e0ba6243f8399419b;hpb=31d85cd6b8e03c5ecc924ca8892906be1bab702f;p=senf.git diff --git a/Scheduler/main.test.cc b/Scheduler/main.test.cc index 15b8f31..d2f37be 100644 --- a/Scheduler/main.test.cc +++ b/Scheduler/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,12 +27,16 @@ // Custom includes #define BOOST_AUTO_TEST_MAIN -#include +#include "../Utils/auto_unit_test.hh" #include #define prefix_ ///////////////////////////////cc.p//////////////////////////////////////// +BOOST_AUTO_UNIT_TEST(testMain) +{ + BOOST_CHECK( true ); +} ///////////////////////////////cc.e//////////////////////////////////////// #undef prefix_ @@ -45,4 +49,5 @@ // indent-tabs-mode: nil // ispell-local-dictionary: "american" // compile-command: "scons -u test" +// comment-column: 40 // End: