1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests/gnrc_rpl: mark the test as only for native in build system

This commit is contained in:
Martine Lenders 2022-10-10 15:16:56 +02:00
parent f30f9453f7
commit 2c3a44ca53
No known key found for this signature in database
GPG Key ID: 2134D77A5336DD80

View File

@ -9,9 +9,6 @@ USEMODULE += gnrc_rpl
USEMODULE += shell
USEMODULE += shell_cmds_default
# automated test only works on native
TEST_ON_CI_WHITELIST += native
ifeq (native, $(BOARD))
USEMODULE += socket_zep
USEMODULE += socket_zep_hello
@ -19,6 +16,8 @@ ifeq (native, $(BOARD))
TERMFLAGS += -z 127.0.0.1:17754 # Murdock has no IPv6 support
else
USEMODULE += netdev_default
# automated test only works on native
TESTS=
endif
.PHONY: host-tools