Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Scheduler / WriteHelper.test.cc
1 // $Id$
2 //
3 // Copyright (C) 2006
4
5 // Unit tests
6
7 //#include "WriteHelper.test.hh"
8 //#include "WriteHelper.test.ih"
9
10 // Custom includes
11 #include "WriteHelper.hh"
12
13 #include <senf/Utils/auto_unit_test.hh>
14 #include <boost/test/test_tools.hpp>
15
16 #define prefix_
17 //-/////////////////////////////////////////////////////////////////////////////////////////////////
18
19
20
21 //-/////////////////////////////////////////////////////////////////////////////////////////////////
22 #undef prefix_
23
24 \f
25 // Local Variables:
26 // mode: c++
27 // fill-column: 100
28 // c-file-style: "senf"
29 // indent-tabs-mode: nil
30 // ispell-local-dictionary: "american"
31 // compile-command: "scons -u test"
32 // comment-column: 40
33 // End: