zephyr/subsys/testsuite/ztest
Maksim Masalski 164029b0c5 testsuite: suppress usage of setjmp in a testcode (rule 21_4-a)
According to the rule MISRAC-2012 21.4.a 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.
It is a deliberate deviation.

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

Signed-off-by: Maksim Masalski <maksim.masalski@intel.com>
2021-09-03 10:14:57 -04:00
..
include doc: fix doxygen grouping 2021-05-17 11:51:44 -04:00
src testsuite: suppress usage of setjmp in a testcode (rule 21_4-a) 2021-09-03 10:14:57 -04:00
CMakeLists.txt tests: ztest: add a common fatal and assert hook for special purpose 2021-01-13 09:05:31 -05:00
Kconfig ztest: fix ztest thread priority in cooperative mode 2021-04-21 08:10:36 -05:00