zephyr/subsys/testsuite/include
Andrew Boie a682dedd50 testsuite: fix memory access
Depending on optimization level, the TC_RESULT_STR[]
array could actually be placed in memory instead of
being expanded at compile time, resulting in memory
access errors from user mode.

Just replace TC_RESULT_TO_STR() with an inline function
containing a switch statement instead.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-05-02 07:24:19 -04:00
..
tc_util.h testsuite: fix memory access 2019-05-02 07:24:19 -04:00
test_asm_inline_gcc.h
test_ecc_utils.h
test_utils.h all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
timestamp.h