2023-05-12 11:31:32 +02:00
|
|
|
include ../Makefile.net_common
|
2021-08-04 14:53:51 +02:00
|
|
|
include $(RIOTBASE)/tests/Makefile.boards.netif
|
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
|
2022-08-16 16:35:20 +02:00
|
|
|
USEMODULE += shell_cmds_default
|
2016-04-04 18:37:20 +02:00
|
|
|
USEMODULE += gnrc
|
2021-08-31 10:54:48 +02:00
|
|
|
USEMODULE += netdev_default
|
2016-04-04 18:37:20 +02:00
|
|
|
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
|
|
|
|
|
2022-04-01 12:21:20 +02:00
|
|
|
# microbit qemu failing currently
|
|
|
|
TEST_ON_CI_BLACKLIST += microbit
|
|
|
|
|
2016-04-04 18:37:20 +02:00
|
|
|
include $(RIOTBASE)/Makefile.include
|