Skip to content
Snippets Groups Projects
Unverified Commit a73deacd authored by Martine Lenders's avatar Martine Lenders Committed by GitHub
Browse files

Merge pull request #10948 from PeterKietzmann/pr_tests_tcp_del_tap

tests/gnrc_tcp_*: remove default PORT for native
parents e8f89b9d b2857529
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,10 @@ include ../Makefile.tests_common
# If no BOARD is found in the environment, use this default:
BOARD ?= native
PORT ?= tap1
ifeq (native,$(BOARD))
PORT ?= tap1
endif
TCP_TARGET_ADDR ?= fe80::affe%5
TCP_TARGET_PORT ?= 80
......
......@@ -2,7 +2,10 @@ include ../Makefile.tests_common
# If no BOARD is found in the environment, use this default:
BOARD ?= native
PORT ?= tap0
ifeq (native,$(BOARD))
PORT ?= tap0
endif
TCP_LOCAL_ADDR ?= fe80::affe
TCP_LOCAL_PORT ?= 80
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment