:orphan: .. title:: ZTEST_FAIL_FAST .. option:: 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. Direct dependencies =================== \ :option:`ZTEST ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``subsys/testsuite/ztest/Kconfig:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:55`` → ``subsys/testsuite/Kconfig:6`` Menu path: (Top) → Sub Systems and OS Services → Testing → Zephyr testing framework .. parsed-literal:: config ZTEST_FAIL_FAST bool "Abort on first failing test" depends on \ :option:`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.)*