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

15 lines
336 B
Makefile
Raw Normal View History

include ../Makefile.tests_common
2016-08-12 22:14:16 +02:00
USEMODULE += gnrc_sock_check_reuse
USEMODULE += sock_udp
2016-08-12 22:14:16 +02:00
USEMODULE += gnrc_ipv6
USEMODULE += ps
# Set GNRC_PKTBUF_SIZE via CFLAGS if not being set via Kconfig.
ifndef CONFIG_GNRC_PKTBUF_SIZE
CFLAGS += -DCONFIG_GNRC_PKTBUF_SIZE=400
endif
2016-08-12 22:14:16 +02:00
CFLAGS += -DTEST_SUITES
include $(RIOTBASE)/Makefile.include