config: use senf::config::copy_n instead of SENF_copy_n macro
[senf.git] / senf / PPI / Setup.test.cc
index ea12ce4..dac7976 100644 (file)
 #define prefix_
 ///////////////////////////////cc.p////////////////////////////////////////
 
-BOOST_AUTO_UNIT_TEST(setup)
+SENF_AUTO_UNIT_TEST(setup)
 {
     // Tested in nearly all other modules ...
+    BOOST_CHECK( true );
 }
 
 ///////////////////////////////cc.e////////////////////////////////////////