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 subsys/testsuite/coverage: move initialization vector to RODATA 2019-09-12 09:53:34 +08:00
include include/tc_util.h: Rename __str to fix C++ compile error 2019-10-01 13:08:58 -07:00
ztest tests: ztest: no smp support in unit tests 2019-09-26 22:57:19 -04:00
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
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