mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 18:13:49 +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
|
APPLICATION = conn_ip
|
||||||
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
BOARD ?= native
|
BOARD ?= native
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
# name of your application
|
# name of your application
|
||||||
APPLICATION = cpp11_condition_variable
|
APPLICATION = cpp11_condition_variable
|
||||||
|
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 = cpp11_mutex
|
APPLICATION = cpp11_mutex
|
||||||
|
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 = cpp11_thread
|
APPLICATION = cpp11_thread
|
||||||
|
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,9 +1,10 @@
|
|||||||
APPLICATION = emb6
|
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
|
FEATURES_REQUIRED = periph_gpio periph_spi # for at86rf231
|
||||||
|
|
||||||
BOARD ?= samr21-xpro
|
|
||||||
|
|
||||||
RIOTBASE ?= $(CURDIR)/../..
|
RIOTBASE ?= $(CURDIR)/../..
|
||||||
|
|
||||||
BOARD_INSUFFICIENT_MEMORY := msb-430h stm32f0discovery telosb weio z1
|
BOARD_INSUFFICIENT_MEMORY := msb-430h stm32f0discovery telosb weio z1
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
# name of your application
|
# name of your application
|
||||||
APPLICATION = fault_handler
|
APPLICATION = fault_handler
|
||||||
|
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_ipv6_ext
|
APPLICATION = gnrc_ipv6_ext
|
||||||
|
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_sixlowpan
|
APPLICATION = gnrc_sixlowpan
|
||||||
|
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,4 +1,5 @@
|
|||||||
APPLICATION = gnrc_sock_ip
|
APPLICATION = gnrc_sock_ip
|
||||||
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
BOARD ?= native
|
BOARD ?= native
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
APPLICATION = gnrc_sock_udp
|
APPLICATION = gnrc_sock_udp
|
||||||
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
BOARD ?= native
|
BOARD ?= native
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,7 @@
|
|||||||
APPLICATION = lwip
|
APPLICATION = lwip
|
||||||
|
# overwrite board, do not set native as default
|
||||||
BOARD ?= iotlab-m3
|
BOARD ?= iotlab-m3
|
||||||
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
RIOTBASE ?= $(CURDIR)/../..
|
RIOTBASE ?= $(CURDIR)/../..
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,4 @@
|
|||||||
APPLICATION = lwip_sock_ip
|
APPLICATION = lwip_sock_ip
|
||||||
|
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
# lwIP's memory management doesn't seem to work on non 32-bit platforms at the
|
# lwIP's memory management doesn't seem to work on non 32-bit platforms at the
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
# name of your application
|
# name of your application
|
||||||
APPLICATION = malloc
|
APPLICATION = malloc
|
||||||
|
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 = minimal
|
APPLICATION = minimal
|
||||||
|
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,6 +1,5 @@
|
|||||||
# name of your application
|
# name of your application
|
||||||
APPLICATION = msg_send_receive
|
APPLICATION = msg_send_receive
|
||||||
|
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
# name of your application
|
# name of your application
|
||||||
APPLICATION = od
|
APPLICATION = od
|
||||||
|
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,4 +1,4 @@
|
|||||||
export APPLICATION = periph_pwm
|
APPLICATION = periph_pwm
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
FEATURES_REQUIRED = periph_pwm
|
FEATURES_REQUIRED = periph_pwm
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
export APPLICATION = periph_rtt
|
APPLICATION = periph_rtt
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
FEATURES_REQUIRED = periph_rtt
|
FEATURES_REQUIRED = periph_rtt
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
export APPLICATION = periph_spi
|
APPLICATION = periph_spi
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
FEATURES_REQUIRED = periph_spi
|
FEATURES_REQUIRED = periph_spi
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
export APPLICATION = periph_timer
|
APPLICATION = periph_timer
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
FEATURES_REQUIRED = periph_timer
|
FEATURES_REQUIRED = periph_timer
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
export APPLICATION = periph_uart
|
APPLICATION = periph_uart
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
FEATURES_REQUIRED = periph_uart
|
FEATURES_REQUIRED = periph_uart
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user