The latest development version of this page may be more current than this released 1.14.1 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 that select this symbol

Kconfig definition

At subsys/testsuite/Kconfig:11

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:38

Menu path: (top menu) → Testing

config TEST
    bool
    prompt "Mark project as a test"
    help
      Mark a project or an application as a test. This will enable a few
      test defaults.

(Definitions include propagated dependencies, including from if’s and menus.)