examples: tests: move gnrc_tcp examples/ to tests/

This commit is contained in:
Simon Brummer 2017-01-30 18:16:28 +01:00
parent b81e6b8898
commit c6020cc100
4 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# name of your application # name of your application
APPLICATION = gnrc_tcp_cli APPLICATION = gnrc_tcp_client
# If no BOARD is found in the environment, use this default: # If no BOARD is found in the environment, use this default:
BOARD ?= native BOARD ?= native

View File

@ -1,5 +1,5 @@
# name of your application # name of your application
APPLICATION = gnrc_tcp_srv APPLICATION = gnrc_tcp_server
# If no BOARD is found in the environment, use this default: # If no BOARD is found in the environment, use this default:
BOARD ?= native BOARD ?= native