// we use gettimeofday() now to determine the packet rcv time, since on some boxes...
[senf.git] / senf / Socket / Protocols / UN / UNSocketProtocol.test.cc
index 2a7d4e4..5ab4477 100644 (file)
 // Custom includes
 #include "UNSocketProtocol.hh"
 
-#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(unProtocol)
+SENF_AUTO_UNIT_TEST(unProtocol)
 {
-  
     //zZ leer
+    BOOST_CHECK( true );
 }