#define BOOST_TEST_MODULE example #include //____________________________________________________________________________// BOOST_AUTO_TEST_CASE( test ) { BOOST_FAIL( "Test is not ready yet" ); } //____________________________________________________________________________//