X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Scheduler%2Fmain.test.cc;h=385b73026af3fd7d516bf6250703e8387151a435;hb=f358cbf3cb00759bc8e55ab13d4b50040c49b133;hp=9077f17c773734030aec6ddbcf2dcb5cfd08aa65;hpb=85ab07d100a382467a42e19d741d403a7a96c951;p=senf.git diff --git a/Scheduler/main.test.cc b/Scheduler/main.test.cc index 9077f17..385b730 100644 --- a/Scheduler/main.test.cc +++ b/Scheduler/main.test.cc @@ -1,4 +1,4 @@ -// $Id: main.test.cc 32 2006-03-23 16:24:56Z sbund $ +// $Id$ // // Copyright (C) 2006 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) @@ -27,7 +27,7 @@ // Custom includes #define BOOST_AUTO_TEST_MAIN -#include +#include "../Utils/auto_unit_test.hh" #include #define prefix_ @@ -44,4 +44,6 @@ // c-file-style: "senf" // indent-tabs-mode: nil // ispell-local-dictionary: "american" +// compile-command: "scons -u test" +// comment-column: 40 // End: