Unit Tests: added BOOST_CHECK(true) to tests without any assertions to avoid warnings
[senf.git] / senf / Utils / Console / Server.test.cc
index 45bb758..9d0ba65 100644 (file)
@@ -27,7 +27,7 @@
 //#include "Server.test.ih"
 
 // Custom includes
-#include "Server.hh"
+#include "Console.hh"
 
 #include <senf/Utils/auto_unit_test.hh>
 #include <boost/test/test_tools.hpp>
 #define prefix_
 ///////////////////////////////cc.p////////////////////////////////////////
 
-BOOST_AUTO_UNIT_TEST(server)
-{}
+SENF_AUTO_UNIT_TEST(server)
+{
+    BOOST_CHECK( true );
+}
 
 ///////////////////////////////cc.e////////////////////////////////////////
 #undef prefix_