1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/nimble_statconn_gnrc/Makefile
Marian Buschsieweke 12140ffb0e
examples,tests: Drop redundant dependency
When depending on one or more shell commands, the shell is pulled in
as dependency anyway.
2023-04-19 16:58:10 +02:00

22 lines
445 B
Makefile

BOARD ?= nrf52dk
include ../Makefile.tests_common
# include shell support
USEMODULE += shell_cmds_default
USEMODULE += ps
# Include GNRC and RPL
USEMODULE += auto_init_gnrc_netif
USEMODULE += gnrc_ipv6_router_default
USEMODULE += auto_init_gnrc_rpl
USEMODULE += gnrc_rpl
USEMODULE += gnrc_icmpv6_echo
# Setup Nimble
USEMODULE += nimble_netif
USEMODULE += nimble_statconn
TEST_ON_CI_WHITELIST += nrf52dk
include $(RIOTBASE)/Makefile.include