mbed-os/frameworks/utest
Anna Bridge d4415eeeac Remove all printfs from test cases which may directly or indirectly run
from an interrupt context. Where required add flags to functions and check
the values in the case teardowns. This allows validation that the case
callback was invoked without the need for an ASSERT or printf directly in
the callback.
In cases where a printf is still required in a test case but it is unclear
whether the code may or may not get called from interrupt context, a new
printf alternative, utest_printf() should be used instead. This just
checks whether the code is executing in interrupt context and only passes
its arguments to printf if not.
2016-06-07 15:48:13 +01:00
..
TESTS Remove all printfs from test cases which may directly or indirectly run 2016-06-07 15:48:13 +01:00
source Update the extern C decalaration. Add __cpluplus block to unity_handler.h 2016-05-27 14:48:32 +01:00
utest Merge pull request #145 from adbridge/armcc 2016-05-27 15:38:48 -05:00
mbed-utest-shim.cpp utest - add mbed shim layer 2016-04-28 15:24:27 -05:00