all unit tests: replaced BOOST_AUTO_UNIT_TEST with new SENF_AUTO_UNIT_TEST macro
[senf.git] / senf / Utils / Console / ProgramOptions.test.cc
index 6fdcbc4..a186106 100644 (file)
@@ -46,7 +46,7 @@ namespace {
     { val2 = true; }
 }
 
-BOOST_AUTO_UNIT_TEST(programOptions)
+SENF_AUTO_UNIT_TEST(programOptions)
 {
     senf::console::ScopedDirectory<> root;
     senf::console::root().add("root", root);