zephyr/subsys/testsuite/include
Erwin Rol 1af66a9cc5 include/tc_util.h: Rename __str to fix C++ compile error
Several C++ std library headers use __str as internal
variable names. If those headers are included after
tc_util.h is included those headers fail to compile
because tc_util.h defined __str to be a macro.

Fixed by renaming the __str macro to TC_STR.

Signed-off-by: Erwin Rol <erwin@erwinrol.com>
2019-10-01 13:08:58 -07:00
..
tc_util.h include/tc_util.h: Rename __str to fix C++ compile error 2019-10-01 13:08:58 -07:00
test_asm_inline_gcc.h arch: arm: Add Cortex-R support 2019-08-09 22:50:50 +02:00
test_utils.h all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
timestamp.h