Unit Tests: added BOOST_CHECK(true) to tests without any assertions to avoid warnings
[senf.git] / senf / PPI / DebugEvent.test.cc
index a46e176..1b17df4 100644 (file)
@@ -38,6 +38,7 @@
 SENF_AUTO_UNIT_TEST(debugEvent)
 {
     // Tested in Module.test.cc
+    BOOST_CHECK( true );
 }
 
 ///////////////////////////////cc.e////////////////////////////////////////