-
CONFIG_TEST
¶
Mark project as a test
Type: bool
Help¶
Mark a project or an application as a test. This will enable a few test defaults.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr>/subsys/testsuite/Kconfig:8
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:55
Menu path: (Top) → Sub Systems and OS Services → Testing
config TEST
bool "Mark project as a test"
select THREAD_NAME
help
Mark a project or an application as a test. This will enable a few
test defaults.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)