mbed-os/features/frameworks/utest/source
Russ Butler f21adc4ad1 Move utest handlers out of critical section
In the function raise_failure move the test_failure and case_failure
calls out of the critical section. This allows these handlers to run
without interrupts disabled and enables them to use rtos features
such as a mutex. This is required for heap metrics to work.
2016-08-22 18:33:00 -05:00
..
unity_handler.cpp Adding test frameworks and test sources 2016-07-20 12:41:26 -05:00
utest_case.cpp Adding test frameworks and test sources 2016-07-20 12:41:26 -05:00
utest_default_handlers.cpp Adding test frameworks and test sources 2016-07-20 12:41:26 -05:00
utest_greentea_handlers.cpp Heap statistics 2016-08-22 18:32:51 -05:00
utest_harness.cpp Move utest handlers out of critical section 2016-08-22 18:33:00 -05:00
utest_serial.cpp Adding test frameworks and test sources 2016-07-20 12:41:26 -05:00
utest_shim.cpp Adding test frameworks and test sources 2016-07-20 12:41:26 -05:00
utest_stack_trace.cpp Adding test frameworks and test sources 2016-07-20 12:41:26 -05:00
utest_types.cpp Adding test frameworks and test sources 2016-07-20 12:41:26 -05:00