#define BOOST_TEST_MODULE "boost_test" #include BOOST_AUTO_TEST_CASE(mytest) { BOOST_CHECK(true); }