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

tests/gnrc_tcp: set GNRC_NETIF_SINGLE

This commit is contained in:
Martine Lenders 2020-04-03 23:42:52 +02:00
parent e62066813d
commit 81f3fddc1f
No known key found for this signature in database
GPG Key ID: CCD317364F63286F

View File

@ -15,6 +15,8 @@ TEST_ON_CI_BLACKLIST += all
CFLAGS += -DSHELL_NO_ECHO
CFLAGS += -DGNRC_TCP_MSL=$(MSL_US)
CFLAGS += -DGNRC_TCP_CONNECTION_TIMEOUT_DURATION=$(TIMEOUT_US)
CFLAGS += -DGNRC_NETIF_SINGLE # Only one interface used and it makes
# shell commands easier
ifeq (native,$(BOARD))
TERMFLAGS ?= $(TAP)