CONFIG_FFF_TEST_C

Compile the FFF default C test suite as a zephyr library

Type: bool

Direct dependencies

<choice FFF_TEST: The type of FFF test to bring in>

(Includes any dependencies from ifs and menus.)

Kconfig definition

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

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

Menu path: (Top) → Modules → FFF Test suite → The type of FFF test to bring in

config FFF_TEST_C
    bool "Compile the FFF default C test suite as a zephyr library"
    depends on <choice FFF_TEST>

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)