Unit Tests: added BOOST_CHECK(true) to tests without any assertions to avoid warnings
[senf.git] / senf / Socket / Protocols / Raw / TunTapSocketHandle.test.cc
index 6946fac..f80f375 100644 (file)
@@ -44,6 +44,7 @@ SENF_AUTO_UNIT_TEST(tapSocketHandle)
 {
     if (getuid() != 0) {
         BOOST_WARN_MESSAGE(false, "Cannot test senf::TunTapSocketHandle as non-root user");
+        BOOST_CHECK( true );
         return;
     }