1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 14:33:52 +01:00
RIOT/tests/socket_zep/Makefile
2019-11-06 16:31:53 +01:00

17 lines
374 B
Makefile

include ../Makefile.tests_common
BOARD_WHITELIST = native # socket_zep is only available on native
# Cannot run the test on `murdock`
# ZEP: Unable to connect socket: Cannot assign requested address
TEST_ON_CI_BLACKLIST += native
DISABLE_MODULE += auto_init
USEMODULE += od
USEMODULE += socket_zep
TERMFLAGS ?= -z [::1]:17754
include $(RIOTBASE)/Makefile.include