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

tests: add missing Makefile.tests_common for gnrc_tcp_client/server

This commit is contained in:
smlng 2017-03-28 10:51:23 +02:00
parent d93db89e05
commit 9eb50c9abc
2 changed files with 2 additions and 0 deletions

View File

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

View File

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