zephyr/subsys/testsuite
Peter A. Bigot daed96802f subsys/testsuite: use bool for condition types
Use of the test suite in C++ causes warnings because use of defined
cast operators have the wrong target type.  For example, many standard
container APIs use operator bool() to test for empty containers.  Code
like zassert_true(v, "") fails to build when the test parameter is an
int.  Correct the argument type.

This also causes any use of an assignment expression as a conditional
in zassert to be diagnosed as a potential error.

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
2019-10-30 10:57:42 +01:00
..
coverage subsys/testsuite/coverage: move initialization vector to RODATA 2019-09-12 09:53:34 +08:00
include x86: consolidate x86_64 architecture, SoC and boards 2019-10-25 17:57:55 -04:00
ztest subsys/testsuite: use bool for condition types 2019-10-30 10:57:42 +01:00
CMakeLists.txt
Kconfig logging: add minimal implementation 2019-10-01 09:24:02 -04:00
unittest.cmake tests: move test timeutil into "unit" directory. 2019-10-22 23:05:34 -04:00