:orphan: .. title:: CONFIG_ZTEST .. kconfig:: CONFIG_ZTEST CONFIG_ZTEST ############ *Zephyr testing framework* Type: ``bool`` Help ==== .. code-block:: none 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:`TEST ` Kconfig definition ================== At ``/testsuite/ztest/Kconfig:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:61`` → ``/testsuite/Kconfig:6`` Menu path: (Top) → Sub Systems and OS Services → Testing .. code-block:: kconfig config ZTEST bool "Zephyr testing framework" select TEST help Enable the Zephyr testing framework. You should enable this only if you're writing automated tests. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*