Unit Tests: added BOOST_CHECK(true) to tests without any assertions to avoid warnings
[senf.git] / senf / PPI / Setup.test.cc
index f8975da..dac7976 100644 (file)
@@ -38,6 +38,7 @@
 SENF_AUTO_UNIT_TEST(setup)
 {
     // Tested in nearly all other modules ...
+    BOOST_CHECK( true );
 }
 
 ///////////////////////////////cc.e////////////////////////////////////////