X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2Fmain.test.cc;h=015bc671491e9d2ee1cb7f78ebe65e57bc85971c;hb=bd9f9d3fd6fbcff0112a7bf48ab9284da9576b11;hp=c2972fdadfa038c91d5e3312a5a9a1c51f2797d4;hpb=2d6585ff852e9d282c17003ba1db0b73eb3a8500;p=senf.git diff --git a/Packets/main.test.cc b/Packets/main.test.cc index c2972fd..015bc67 100644 --- a/Packets/main.test.cc +++ b/Packets/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,13 +27,17 @@ // Custom includes #define BOOST_AUTO_TEST_MAIN -#include +#include "../Utils/auto_unit_test.hh" #include #include "Packets.hh" #define prefix_ ///////////////////////////////cc.p//////////////////////////////////////// +BOOST_AUTO_UNIT_TEST(testMain) +{ + BOOST_CHECK( true ); +} ///////////////////////////////cc.e//////////////////////////////////////// #undef prefix_