//[example_code #define BOOST_TEST_MODULE example #include BOOST_AUTO_TEST_CASE( test ) { BOOST_CHECK_BITWISE_EQUAL( (char)0x26, 0x04 ); } //]