2019-09-27 11:23:39 +02:00
|
|
|
BOARD ?= nrf52dk
|
|
|
|
include ../Makefile.tests_common
|
|
|
|
|
|
|
|
# include nrfmin, the main purpose of this test
|
|
|
|
USEMODULE += nrfmin
|
|
|
|
# use a minimal GNRC configuration
|
|
|
|
USEMODULE += auto_init_gnrc_netif
|
|
|
|
USEMODULE += gnrc_ipv6
|
|
|
|
USEMODULE += gnrc_icmpv6_echo
|
|
|
|
# also add the shell with some basic shell commands
|
|
|
|
USEMODULE += shell
|
2022-08-16 16:35:20 +02:00
|
|
|
USEMODULE += shell_cmds_default
|
2019-09-27 11:23:39 +02:00
|
|
|
|
2022-04-01 12:21:20 +02:00
|
|
|
# microbit qemu failing currently
|
|
|
|
TEST_ON_CI_BLACKLIST += microbit
|
|
|
|
|
2019-09-27 11:23:39 +02:00
|
|
|
include $(RIOTBASE)/Makefile.include
|