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 <Zephyr>/subsys/testsuite/ztest/Kconfig:4
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:61
→ <Zephyr>/subsys/testsuite/Kconfig:6
Menu path: (Top) → Sub Systems and OS Services → Testing
config ZTEST
bool "Zephyr testing framework"
select TEST
help
Enable the Zephyr testing framework. You should enable this only
if you're writing automated tests.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)