config: use senf::config::copy_n instead of SENF_copy_n macro
[senf.git] / senf / Utils / TypeInfo.test.cc
index f77c530..9c6b796 100644 (file)
@@ -29,7 +29,7 @@
 // Custom includes
 #include "TypeInfo.hh"
 
-#include "../Utils/auto_unit_test.hh"
+#include <senf/Utils/auto_unit_test.hh>
 #include <boost/test/test_tools.hpp>
 
 #define prefix_
@@ -48,7 +48,7 @@ namespace test {
     enum Blub { A, B, C };
 }
 
-BOOST_AUTO_UNIT_TEST(prettyName)
+SENF_AUTO_UNIT_TEST(prettyName)
 {
     typedef test::Foo< test::Foo<test::Blub, 1>, 10> TestType;
     TestType ob;