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 if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At tests/ztest/Kconfig:19

Included via Kconfig:10Kconfig.zephyr:39tests/Kconfig:9

Menu path: (top menu) → Testing

config ZTEST_FAIL_FAST
    bool
    prompt "Abort on first failing test" if ZTEST
    depends on ZTEST
    help
      Stop and abort on first failing test. Do not continue with other
      tests that might be in the queue.

(Definitions include propagated dependencies, including from if’s and menus.)