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 linker-tool-gcc: revise for MMU support 2021-03-16 15:03:44 -04:00
include testsuite: Factor out suite header/footer to tc_util.h 2021-04-28 12:54:13 -04:00
ztest testsuite: suppress usage of setjmp in a testcode 2021-06-22 10:08:02 -04:00
CMakeLists.txt cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
Kconfig testsuite: Allow user to override minimal logging 2021-05-17 10:58:27 -04:00
unittest.cmake testsuite: fix unittest cross-language flags 2020-08-31 11:02:35 -04:00