:orphan: .. title:: TEST .. option:: 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 =============================== - \ :option:`THREAD_NAME ` Symbols that select this symbol =============================== - \ :option:`ZTEST ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/testsuite/Kconfig:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:55`` Menu path: (Top) → Sub Systems and OS Services → Testing .. parsed-literal:: config TEST bool "Mark project as a test" select \ :option:`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.)*