all unit tests: replaced BOOST_AUTO_UNIT_TEST with new SENF_AUTO_UNIT_TEST macro
[senf.git] / senf / Socket / Protocols / DVB / main.test.cc
index a035027..768c5aa 100644 (file)
@@ -1,4 +1,4 @@
-// $Id: main.test.cc 1087 2009-01-28 13:27:42Z g0dil $
+// $Id$
 //
 // Copyright (C) 2006
 // Fraunhofer Institute for Open Communication Systems (FOKUS)
 
 // Custom includes
 #define BOOST_AUTO_TEST_MAIN
-#include "../../../Utils/auto_unit_test.hh"
+#include <senf/Utils/auto_unit_test.hh>
 #include <boost/test/test_tools.hpp>
 
 #define prefix_
 ///////////////////////////////cc.p////////////////////////////////////////
 
-BOOST_AUTO_UNIT_TEST(testMain)
+SENF_AUTO_UNIT_TEST(testMain)
 {
     BOOST_CHECK( true );
 }