1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/netutils/Makefile

15 lines
300 B
Makefile
Raw Normal View History

2021-07-16 19:04:12 +02:00
include ../Makefile.tests_common
USEMODULE += netutils
USEMODULE += netif
USEMODULE += embunit
# make sure we have an implementation of sock_types.h
USEMODULE += gnrc_sock_udp
USEMODULE += gnrc_ipv6
# pretend to include sock_dns
CFLAGS += -DMODULE_SOCK_DNS=1
include $(RIOTBASE)/Makefile.include