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

19 lines
365 B
Makefile
Raw Normal View History

2016-08-12 22:14:16 +02:00
APPLICATION = gnrc_sock_udp
include ../Makefile.tests_common
2016-08-12 22:14:16 +02:00
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042
2016-12-28 13:44:13 +01:00
2016-08-12 22:14:16 +02:00
USEMODULE += gnrc_sock_check_reuse
USEMODULE += gnrc_sock_udp
USEMODULE += gnrc_ipv6
USEMODULE += ps
CFLAGS += -DDEVELHELP
CFLAGS += -DGNRC_PKTBUF_SIZE=400
2016-08-12 22:14:16 +02:00
CFLAGS += -DTEST_SUITES
include $(RIOTBASE)/Makefile.include
test:
./tests/01-run.py