X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2Fmain.test.cc;h=d2f37bed6ba2b06d2d28cd9eea09495879d4ca20;hb=fd3a0e8ac95d1158e9ea661ddf9187b67c70169f;hp=5971ff1b8618e8e01ff385f20b49bd9170b45e6f;hpb=145f6a7d0f3a6aaa77b3625351c952d24cb0b8a1;p=senf.git diff --git a/Utils/main.test.cc b/Utils/main.test.cc index 5971ff1..d2f37be 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 +// 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_