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:
parent
d93db89e05
commit
9eb50c9abc
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user