mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +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
|
# name of your application
|
||||||
APPLICATION = gnrc_tcp_client
|
APPLICATION = gnrc_tcp_client
|
||||||
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
# 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
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# name of your application
|
# name of your application
|
||||||
APPLICATION = gnrc_tcp_server
|
APPLICATION = gnrc_tcp_server
|
||||||
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user