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:
parent
f30f9453f7
commit
2c3a44ca53
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user