2018-01-30 19:05:08 +01:00
|
|
|
# These tests hit an assert when used with gnrc_netif, but they exactly for
|
|
|
|
# testing this netdev simulating framework, so I it's better if the assert is
|
|
|
|
# ignored.
|
|
|
|
CFLAGS += -DNDEBUG
|
2016-02-21 20:34:29 +01:00
|
|
|
include ../Makefile.tests_common
|
|
|
|
|
2019-05-24 17:36:06 +02:00
|
|
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \
|
|
|
|
arduino-uno nucleo-f031k6
|
2017-02-02 17:47:46 +01:00
|
|
|
|
2016-02-21 20:34:29 +01:00
|
|
|
DISABLE_MODULE = auto_init
|
|
|
|
|
|
|
|
USEMODULE += gnrc
|
|
|
|
USEMODULE += gnrc_neterr
|
|
|
|
USEMODULE += gnrc_netif
|
2017-11-13 12:27:58 +01:00
|
|
|
USEMODULE += netdev_eth
|
2017-02-15 13:07:34 +01:00
|
|
|
USEMODULE += netdev_test
|
2016-02-21 20:34:29 +01:00
|
|
|
USEMODULE += od
|
|
|
|
|
|
|
|
CFLAGS += -DGNRC_PKTBUF_SIZE=200
|
|
|
|
|
|
|
|
include $(RIOTBASE)/Makefile.include
|