:orphan: .. title:: CONFIG_COAP_TEST_API_ENABLE .. kconfig:: CONFIG_COAP_TEST_API_ENABLE CONFIG_COAP_TEST_API_ENABLE ########################### *Enable test API for CoAP unit tests* Type: ``bool`` Help ==== .. code-block:: none Do not enable this for normal use. Direct dependencies =================== \ :kconfig:`COAP ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/net/lib/coap/Kconfig:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:89`` → ``/net/lib/Kconfig:6`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols → CoAP Support .. code-block:: kconfig config COAP_TEST_API_ENABLE bool "Enable test API for CoAP unit tests" depends on COAP && NETWORKING help Do not enable this for normal use. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*