zephyr/subsys/testsuite
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
..
busy_sim testsuite: Add busy simulator module 2021-07-29 10:59:00 -04:00
coverage
include testsuite: Add busy simulator module 2021-07-29 10:59:00 -04:00
ztest testsuite: suppress usage of setjmp in a testcode (rule 21_4-a) 2021-09-03 10:14:57 -04:00
CMakeLists.txt testsuite: Add busy simulator module 2021-07-29 10:59:00 -04:00
Kconfig testsuite: Add busy simulator module 2021-07-29 10:59:00 -04:00
unittest.cmake cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00