zephyr/subsys/testsuite
Maksim Masalski ab3a207baf testsuite: suppress usage of setjmp in a testcode
According to the rule MISRAC-2012 21.4.b the standard header
file <setjmp.h> shall not be used. Suppress it, because it raises
violation in a testcode, not in a runtime code.
Tag suppresses reporting of violation for the current file,
starting from the line where the suppression is located.

Found as a coding guideline violation (MISRA R21.4.b) by static
coding scanning tool.

Signed-off-by: Maksim Masalski <maksim.masalski@intel.com>
2021-06-22 10:08:02 -04:00
..
coverage
include
ztest testsuite: suppress usage of setjmp in a testcode 2021-06-22 10:08:02 -04:00
CMakeLists.txt
Kconfig
unittest.cmake