mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tests: add missing include for Makefile.tests_common
This commit is contained in:
parent
9a38c1085c
commit
f84e8a37e2
@ -1,4 +1,5 @@
|
||||
APPLICATION = conn_ip
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD ?= native
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
# name of your application
|
||||
APPLICATION = cpp11_condition_variable
|
||||
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 = cpp11_mutex
|
||||
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 = cpp11_thread
|
||||
include ../Makefile.tests_common
|
||||
|
||||
# If no BOARD is found in the environment, use this default:
|
||||
BOARD ?= native
|
||||
|
@ -1,9 +1,10 @@
|
||||
APPLICATION = emb6
|
||||
# overwrite board, do not set native as default
|
||||
BOARD ?= samr21-xpro
|
||||
include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_gpio periph_spi # for at86rf231
|
||||
|
||||
BOARD ?= samr21-xpro
|
||||
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := msb-430h stm32f0discovery telosb weio z1
|
||||
|
@ -1,5 +1,6 @@
|
||||
# name of your application
|
||||
APPLICATION = fault_handler
|
||||
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_ipv6_ext
|
||||
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_sixlowpan
|
||||
include ../Makefile.tests_common
|
||||
|
||||
# If no BOARD is found in the environment, use this default:
|
||||
BOARD ?= native
|
||||
|
@ -1,4 +1,5 @@
|
||||
APPLICATION = gnrc_sock_ip
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD ?= native
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
APPLICATION = gnrc_sock_udp
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD ?= native
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
APPLICATION = lwip
|
||||
|
||||
# overwrite board, do not set native as default
|
||||
BOARD ?= iotlab-m3
|
||||
include ../Makefile.tests_common
|
||||
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
APPLICATION = lwip_sock_ip
|
||||
|
||||
include ../Makefile.tests_common
|
||||
|
||||
# lwIP's memory management doesn't seem to work on non 32-bit platforms at the
|
||||
|
@ -1,5 +1,6 @@
|
||||
# name of your application
|
||||
APPLICATION = malloc
|
||||
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 = minimal
|
||||
include ../Makefile.tests_common
|
||||
|
||||
# If no BOARD is found in the environment, use this default:
|
||||
BOARD ?= native
|
||||
|
@ -1,6 +1,5 @@
|
||||
# name of your application
|
||||
APPLICATION = msg_send_receive
|
||||
|
||||
include ../Makefile.tests_common
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -1,5 +1,6 @@
|
||||
# name of your application
|
||||
APPLICATION = od
|
||||
include ../Makefile.tests_common
|
||||
|
||||
# If no BOARD is found in the environment, use this default:
|
||||
BOARD ?= native
|
||||
|
@ -1,4 +1,4 @@
|
||||
export APPLICATION = periph_pwm
|
||||
APPLICATION = periph_pwm
|
||||
include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_pwm
|
||||
|
@ -1,4 +1,4 @@
|
||||
export APPLICATION = periph_rtt
|
||||
APPLICATION = periph_rtt
|
||||
include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_rtt
|
||||
|
@ -1,4 +1,4 @@
|
||||
export APPLICATION = periph_spi
|
||||
APPLICATION = periph_spi
|
||||
include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_spi
|
||||
|
@ -1,4 +1,4 @@
|
||||
export APPLICATION = periph_timer
|
||||
APPLICATION = periph_timer
|
||||
include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_timer
|
||||
|
@ -1,4 +1,4 @@
|
||||
export APPLICATION = periph_uart
|
||||
APPLICATION = periph_uart
|
||||
include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_uart
|
||||
|
Loading…
Reference in New Issue
Block a user