1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/socket_zep/Makefile
Benjamin Valentin 79891e9318 tests/socket_zep: enable test on Murdock
Murdock does not support IPv6, so use IPv4 for the automated test.
2021-12-21 16:53:27 +01:00

12 lines
231 B
Makefile

include ../Makefile.tests_common
BOARD_WHITELIST = native # socket_zep is only available on native
USEMODULE += od
USEMODULE += socket_zep
USEMODULE += netdev
TERMFLAGS ?= -z [::1]:17754
include $(RIOTBASE)/Makefile.include