CONFIG_FFF_TEST

FFF Test suite

Type: bool

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.

Direct dependencies

0

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/modules/fff/Kconfig:7

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:80

Menu path: (Top) → Modules

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.)