The latest development version of this page may be more current than this released 2.7.5 version.

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

Symbols that select this symbol

Kconfig definition

At subsys/testsuite/Kconfig:8

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:61

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.)