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

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 modules/fff/Kconfig:7

Included via Kconfig:8Kconfig.zephyr:33modules/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.)