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

Zephyr testing framework

Type: bool

Help

Enable the Zephyr testing framework. You should enable this only if you’re writing automated tests.

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At subsys/testsuite/ztest/Kconfig:7

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

Menu path: (top menu) → Testing

config ZTEST
    bool
    prompt "Zephyr testing framework"
    select TEST
    help
      Enable the Zephyr testing framework. You should enable this only
      if you're writing automated tests.

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