//#define BOOST_TEST_DYN_LINK #define BOOST_TEST_MODULE MyTest #include BOOST_AUTO_TEST_CASE( my_test ) { BOOST_CHECK ( 2 == 6 ) ; }