| 26 | } |
| 27 | |
| 28 | bool boost_test_init() { |
| 29 | testCase = BOOST_TEST_CASE(&exec_test_body); |
| 30 | framework::master_test_suite().add(testCase); |
| 31 | |
| 32 | return true; |
| 33 | } |
| 34 | |
| 35 | // Freed by Boost's unit test framework on exit |
| 36 | static CukeBoostLogInterceptor* logInterceptor = 0; |