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

ZTEST

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/subsys/testsuite/ztest/Kconfig:18

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:52<Zephyr>/subsys/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.)