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.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At modules/fff/Kconfig:7
Included via Kconfig:8
→ Kconfig.zephyr:33
→ 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.)