:orphan: .. title:: CONFIG_TEST .. kconfig:: CONFIG_TEST CONFIG_TEST ########### *Mark project as a test* Type: ``bool`` Help ==== .. code-block:: none 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 =============================== - \ :kconfig:`THREAD_NAME ` Symbols that select this symbol =============================== - \ :kconfig:`ZTEST ` Kconfig definition ================== At ``/testsuite/Kconfig:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:61`` Menu path: (Top) → Sub Systems and OS Services → Testing .. code-block:: kconfig 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.)*