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.
17 lines
314 B
17 lines
314 B
APPLICATION = gnrc_sock_ip |
|
include ../Makefile.tests_common |
|
|
|
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 |
|
|
|
USEMODULE += gnrc_sock_ip |
|
USEMODULE += gnrc_ipv6 |
|
USEMODULE += ps |
|
|
|
CFLAGS += -DDEVELHELP |
|
CFLAGS += -DGNRC_PKTBUF_SIZE=200 |
|
CFLAGS += -DTEST_SUITES |
|
|
|
include $(RIOTBASE)/Makefile.include |
|
|
|
test: |
|
./tests/01-run.py
|
|
|