-
CONFIG_ZTEST
¶
Zephyr testing framework
Type: bool
Help¶
Enable the Zephyr testing framework. You should enable this only if you’re writing automated tests.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At subsys/testsuite/ztest/Kconfig:7
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:38
→ subsys/testsuite/Kconfig:9
Menu path: (top menu) → Testing
config ZTEST
bool
prompt "Zephyr testing framework"
select TEST
help
Enable the Zephyr testing framework. You should enable this only
if you're writing automated tests.
(Definitions include propagated dependencies, including from if’s and menus.)