-
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 tests/ztest/Kconfig:19
Included via Kconfig:10
→ Kconfig.zephyr:39
→ tests/Kconfig:9
Menu path: (top menu) → Testing
config ZTEST_FAIL_FAST bool prompt "Abort on first failing test" ifZTEST
depends onZTEST
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.)