2016-04-04 18:37:20 +02:00
|
|
|
include ../Makefile.tests_common
|
|
|
|
|
2018-11-17 09:56:08 +01:00
|
|
|
BOARD_PROVIDES_NETIF := airfy-beacon fox iotlab-m3 mulle native nrf51dk nrf51dongle \
|
2017-11-09 13:59:18 +01:00
|
|
|
nrf6310 pba-d-01-kw2x samd21-xpro saml21-xpro samr21-xpro spark-core \
|
2019-08-20 17:05:09 +02:00
|
|
|
yunjia-nrf51822 msba2 \
|
2018-10-08 12:20:50 +02:00
|
|
|
esp32-mh-et-live-minikit esp32-olimex-evb \
|
2019-11-23 12:11:33 +01:00
|
|
|
esp32-wemos-lolin-d32-pro esp32-wroom-32 esp32-wrover-kit \
|
|
|
|
esp8266-esp-12x esp8266-olimex-mod esp8266-sparkfun-thing
|
2016-04-04 18:37:20 +02:00
|
|
|
|
2019-05-27 20:55:16 +02:00
|
|
|
BOARD_WHITELIST += $(BOARD_PROVIDES_NETIF)
|
2016-04-04 18:37:20 +02:00
|
|
|
|
|
|
|
USEMODULE += shell
|
|
|
|
USEMODULE += shell_commands
|
|
|
|
USEMODULE += gnrc
|
|
|
|
USEMODULE += gnrc_netdev_default
|
|
|
|
USEMODULE += auto_init_gnrc_netif
|
|
|
|
USEMODULE += netstats_l2
|
|
|
|
|
2019-07-12 18:41:38 +02:00
|
|
|
# Cannot run the test on `murdock` in `native`
|
|
|
|
# open(/dev/net/tun): No such file or directory
|
|
|
|
TEST_ON_CI_BLACKLIST += native
|
|
|
|
|
2020-06-09 13:41:09 +02:00
|
|
|
# sometimes fails on esp32, see #14237.
|
|
|
|
TEST_ON_CI_BLACKLIST += esp32-wroom-32
|
|
|
|
|
2016-04-04 18:37:20 +02:00
|
|
|
include $(RIOTBASE)/Makefile.include
|