:orphan: .. title:: CONFIG_ZTEST_FATAL_HOOK .. kconfig:: CONFIG_ZTEST_FATAL_HOOK CONFIG_ZTEST_FATAL_HOOK ####################### *Using a pre-defined fatal handler and hook function* Type: ``bool`` Help ==== .. code-block:: none Use the pre-defined common fatal error handler and a post hook to do actions in your test case, this option often enabled when doing error test case. Remember to add ignore_fault tag in yaml file when using twister to run testing. Direct dependencies =================== \ :kconfig:`ZTEST ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== At ``/testsuite/ztest/Kconfig:58`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:61`` → ``/testsuite/Kconfig:6`` Menu path: (Top) → Sub Systems and OS Services → Testing → Zephyr testing framework .. code-block:: kconfig config ZTEST_FATAL_HOOK bool "Using a pre-defined fatal handler and hook function" default n depends on ZTEST help Use the pre-defined common fatal error handler and a post hook to do actions in your test case, this option often enabled when doing error test case. Remember to add ignore_fault tag in yaml file when using twister to run testing. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*