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
|
|
|
|
|
2018-08-17 11:52:38 +02:00
|
|
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove 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
|
|
|
|
|
2018-04-04 15:20:51 +02:00
|
|
|
TEST_ON_CI_WHITELIST += all
|
|
|
|
|
2016-02-21 20:34:29 +01:00
|
|
|
include $(RIOTBASE)/Makefile.include
|