zephyr/subsys/testsuite
David Leach 87e02c62bd subsys/testsuite: Fix coverity null dereference warning
Coverity is not able to detect that the call to ztest_test_fail()
will not return so it emits a warning on a later access to
param. Add a return; after the call so coverity won't complain.

Fixes #25790

Signed-off-by: David Leach <david.leach@nxp.com>
2020-07-24 21:51:14 -04:00
..
coverage zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
include testsuite: Align testsuite output 2020-06-22 14:56:39 -04:00
ztest subsys/testsuite: Fix coverity null dereference warning 2020-07-24 21:51:14 -04:00
CMakeLists.txt cmake: using ${ZEPHYR_BASE} instead of $ENV{ZEPHYR_BASE} 2020-03-27 16:23:46 +01:00
Kconfig test: remove TEST_SHELL 2020-06-24 21:37:12 -04:00
unittest.cmake sanitycheck: support coverage with unit tests 2020-04-29 09:01:06 -04:00