:orphan: .. title:: CONFIG_FFF_TEST .. kconfig:: CONFIG_FFF_TEST CONFIG_FFF_TEST ############### *FFF Test suite* Type: ``bool`` Help ==== .. code-block:: none Enable the FFF test suite. This should really only be called from the tests for FFF under tests/ztest/mock_fff/. It brings in the test sources from the upstream FFF module. Direct dependencies =================== 0 *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/fff/Kconfig:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:80`` Menu path: (Top) → Modules .. code-block:: kconfig config FFF_TEST bool "FFF Test suite" depends on 0 help Enable the FFF test suite. This should really only be called from the tests for FFF under tests/ztest/mock_fff/. It brings in the test sources from the upstream FFF module. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*