70 mia::PrepareTestPluginPath prepare_plugin_path;
72 _CrtSetDbgFlag ( _CRTDBG_ALLOC_MEM_DF | _CRTDBG_LEAK_CHECK_DF );
73 _CrtSetReportMode( _CRT_ERROR, _CRTDBG_MODE_DEBUG );
76 if (mia::CCmdOptionList(
description).parse(argc, argv,
"boost-test-option") != mia::CCmdOptionList::hr_no)
79 mia::cvdebug() <<
"Initialize test ...\n";
80 return ::boost::unit_test::unit_test_main( &init_unit_test, argc, argv );
#define MIA_MAIN(callback)