Utils/Console: Add SENF_CONSOLE_REGISTER_ENUM 'key()' support
[senf.git] / senf / Utils / safe_bool.test.cc
index 75dd100..fb62fd8 100644 (file)
@@ -29,7 +29,7 @@
 // Custom includes
 #include "safe_bool.hh"
 
-#include "../Utils/auto_unit_test.hh"
+#include <senf/Utils/auto_unit_test.hh>
 #include <boost/test/test_tools.hpp>
 
 #define prefix_
@@ -54,7 +54,7 @@ namespace {
     };
 }
 
-BOOST_AUTO_UNIT_TEST(safeBool)
+SENF_AUTO_UNIT_TEST(safeBool)
 {
     BOOST_CHECK( TestTrue() );
     BOOST_CHECK( ! TestFalse() );