CONFIG_ZTEST_FAIL_FAST¶
Abort on first failing test
Type: bool
Help¶
Stop and abort on first failing test. Do not continue with other
tests that might be in the queue.
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Subsystem>/testsuite/ztest/Kconfig:18
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:61 → <Zephyr Subsystem>/testsuite/Kconfig:6
Menu path: (Top) → Sub Systems and OS Services → Testing → Zephyr testing framework
config ZTEST_FAIL_FAST
    bool "Abort on first failing test"
    depends on ZTEST
    help
      Stop and abort on first failing test. Do not continue with other
      tests that might be in the queue.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)