First complete implementation of Connection class
[mediaserv.git] / Server / main.test.cc
1 // $Id$
2 //
3 // Copyright (C) 2006 
4
5 // Unit tests
6
7 //#include "main.test.hh"
8 //#include "main.test.ih"
9
10 // Custom includes
11
12 #define BOOST_AUTO_TEST_MAIN
13 #include <boost/test/auto_unit_test.hpp>
14 #include <boost/test/test_tools.hpp>
15
16 #define prefix_
17 ///////////////////////////////cc.p////////////////////////////////////////
18
19
20
21 ///////////////////////////////cc.e////////////////////////////////////////
22 #undef prefix_
23
24 \f
25 // Local Variables:
26 // mode: c++
27 // End: