| #define BOOST_TEST_MODULE example | |
| #include <boost/test/included/unit_test.hpp> | |
| //____________________________________________________________________________// | |
| BOOST_AUTO_TEST_CASE( test ) | |
| { | |
| BOOST_FAIL( "Test is not ready yet" ); | |
| } | |
| //____________________________________________________________________________// |