-
CONFIG_COAP_TEST_API_ENABLE
¶
Enable test API for CoAP unit tests
Type: bool
Help¶
Do not enable this for normal use.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/subsys/net/lib/coap/Kconfig:15
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:37
→ <Zephyr>/subsys/net/Kconfig:89
→ <Zephyr>/subsys/net/lib/Kconfig:6
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols → CoAP Support
config COAP_TEST_API_ENABLE bool "Enable test API for CoAP unit tests" depends onCOAP
&&NETWORKING
help Do not enable this for normal use.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)