zephyr/subsys/testsuite
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
..
coverage
include include/tc_util.h: Rename __str to fix C++ compile error 2019-10-01 13:08:58 -07:00
ztest
CMakeLists.txt
Kconfig logging: add minimal implementation 2019-10-01 09:24:02 -04:00
unittest.cmake tests: unit: do not build with -m32 on macOS 2019-09-27 15:23:26 -04:00