-
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 subsys/testsuite/Kconfig:8
Included via Kconfig:8 → Kconfig.zephyr:34 → 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.)