| 9 | #include <BoostTestTargetConfig.h> |
| 10 | |
| 11 | int BOOST_TEST_CALL_DECL |
| 12 | main(int argc, char **argv) |
| 13 | { |
| 14 | std::_Exit(boost::unit_test::unit_test_main(init_unit_test, argc, argv)); |
| 15 | return EXIT_FAILURE; |
| 16 | } |
| 17 | |
| 18 | #ifdef _WIN32 |
| 19 | #include <boost/test/impl/unit_test_main.ipp> |
nothing calls this directly
no outgoing calls
no test coverage detected