2017-01-20 15:46:53 +01:00
|
|
|
include ../Makefile.tests_common
|
2016-08-25 17:53:57 +02:00
|
|
|
|
2019-05-24 17:36:06 +02:00
|
|
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \
|
|
|
|
arduino-nano arduino-uno \
|
2018-08-17 11:28:32 +02:00
|
|
|
chronos nucleo-f031k6 nucleo-f042k6 nucleo-l031k6
|
2017-02-02 17:47:46 +01:00
|
|
|
|
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
|