Searched refs:runtime_config (Results 1 – 10 of 10) sorted by relevance
63 p_catch_system_errors.value = runtime_config::catch_sys_errors();65 p_auto_start_dbg.value = runtime_config::auto_start_dbg();66 p_use_alt_stack.value = runtime_config::use_alt_stack();67 p_detect_fp_exceptions.value = runtime_config::detect_fp_exceptions();
238 runtime_config::init( argc, argv );241 unit_test_log.set_threshold_level( runtime_config::log_level() );242 unit_test_log.set_format( runtime_config::log_format() );245 results_reporter::set_level( runtime_config::report_level() );246 results_reporter::set_format( runtime_config::report_format() );251 if( runtime_config::show_progress() )254 if( runtime_config::detect_memory_leaks() > 0 ) {256 debug::break_memory_alloc( runtime_config::detect_memory_leaks() );405 BOOST_TEST_SETUP_ASSERT( tcc.p_count != 0 , runtime_config::test_to_run().is_empty() 427 switch( runtime_config::random_seed() ) {[all …]
179 if( !runtime_config::test_to_run().is_empty() ) {180 test_case_filter filter( runtime_config::test_to_run() );189 return runtime_config::no_result_code()
45 : m_stream( runtime_config::log_sink() )
89 : m_stream( runtime_config::log_sink() )137 if( runtime_config::show_build_info() )
149 // ************** runtime_config ************** //152 namespace runtime_config {517 } // namespace runtime_config
55 : m_output( runtime_config::report_sink() )
174 if( !runtime_config::break_exec_path().is_empty() ) {177 string_token_iterator tit( runtime_config::break_exec_path(),
205 if( runtime_config::random_seed() == 0 ) {
36 namespace runtime_config { namespace