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

18 lines
330 B
Makefile
Raw Normal View History

include ../Makefile.tests_common
2016-08-25 17:53:57 +02:00
BOARD_INSUFFICIENT_MEMORY := chronos nucleo-f031k6 nucleo-f042k6 nucleo-l031k6
2016-08-25 17:53:57 +02:00
USEMODULE += gnrc_sock_ip
USEMODULE += gnrc_ipv6
USEMODULE += ps
CFLAGS += -DGNRC_PKTBUF_SIZE=200
CFLAGS += -DTEST_SUITES
2018-04-04 15:20:51 +02:00
TEST_ON_CI_WHITELIST += all
2016-08-25 17:53:57 +02:00
include $(RIOTBASE)/Makefile.include
test:
./tests/01-run.py