mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
8e5422ff78
This is now the default so not required anymore.
20 lines
422 B
Makefile
20 lines
422 B
Makefile
APPLICATION = socket_zep
|
|
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
|
|
|
|
CFLAGS += -DDEVELHELP
|
|
|
|
TERMFLAGS ?= -z [::1]:17754
|
|
|
|
include $(RIOTBASE)/Makefile.include
|