#include BOOST_AUTO_TEST_SUITE( my_test ) BOOST_AUTO_TEST_CASE( test_case1 ) { BOOST_TEST_WARN( sizeof(int) < 4U ); } BOOST_AUTO_TEST_SUITE_END()