blob: e7f7b76d85ba1154e0c3f599ce346be2fd098d3a [file] [edit]
CONFIG_CPP=y
CONFIG_ZTEST=y
CONFIG_ZTEST_STACK_SIZE=2048
# CoAP and DHCPv6 pull in sys_rand_get(), which has no implementation on
# platforms without a hardware entropy driver, such as mps2/an385.
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_NETWORKING=y
CONFIG_NET_TEST=y
CONFIG_NET_IPV4=y
CONFIG_NET_IPV6=y
CONFIG_NET_SOCKETS=y
CONFIG_NET_SOCKETS_SERVICE=y
# The point of this test is to compile as many networking headers as possible
# in a C++ translation unit, so enable the options that those headers need in
# order to expose their structures. Adding an option here is only worthwhile if
# a header in src/main.cpp needs it.
CONFIG_DNS_RESOLVER=y
CONFIG_MDNS_RESPONDER=y
CONFIG_DNS_SD=y
CONFIG_NET_DHCPV4=y
CONFIG_NET_DHCPV6=y
CONFIG_NET_L2_ETHERNET=y
CONFIG_NET_L2_ETHERNET_MGMT=y
CONFIG_NET_MGMT=y
CONFIG_NET_MGMT_EVENT=y
CONFIG_NET_CONNECTION_MANAGER=y
CONFIG_NET_HOSTNAME_ENABLE=y
CONFIG_COAP=y
CONFIG_COAP_CLIENT=y
CONFIG_MQTT_LIB=y
CONFIG_MQTT_SN_LIB=y
CONFIG_TFTP_LIB=y
CONFIG_NET_CONFIG_AUTO_INIT=n