You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
365 B
18 lines
365 B
APPLICATION = gnrc_sock_udp |
|
include ../Makefile.tests_common |
|
|
|
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 |
|
|
|
USEMODULE += gnrc_sock_check_reuse |
|
USEMODULE += gnrc_sock_udp |
|
USEMODULE += gnrc_ipv6 |
|
USEMODULE += ps |
|
|
|
CFLAGS += -DDEVELHELP |
|
CFLAGS += -DGNRC_PKTBUF_SIZE=400 |
|
CFLAGS += -DTEST_SUITES |
|
|
|
include $(RIOTBASE)/Makefile.include |
|
|
|
test: |
|
./tests/01-run.py
|
|
|