Unit Tests: added BOOST_CHECK(true) to tests without any assertions to avoid warnings
[senf.git] / senf / PPI / ModuleManager.test.cc
index 60fe353..92a8b13 100644 (file)
@@ -38,6 +38,7 @@
 SENF_AUTO_UNIT_TEST(moduleManager)
 {
     // Tested in Module.test.cc
+    BOOST_CHECK( true );
 }
 
 ///////////////////////////////cc.e////////////////////////////////////////