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
|
|
|
|
|
|
|
|
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
|