Skip to content
Snippets Groups Projects
Commit f84e8a37 authored by Sebastian Meiling's avatar Sebastian Meiling
Browse files

tests: add missing include for Makefile.tests_common

parent 9a38c108
No related branches found
No related tags found
No related merge requests found
Showing
with 21 additions and 9 deletions
APPLICATION = conn_ip
include ../Makefile.tests_common
BOARD ?= native
......
# 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
......
# name of your application
APPLICATION = cpp11_mutex
include ../Makefile.tests_common
# If no BOARD is found in the environment, use this default:
BOARD ?= native
......
# name of your application
APPLICATION = cpp11_thread
include ../Makefile.tests_common
# If no BOARD is found in the environment, use this default:
BOARD ?= native
......
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
......
# name of your application
APPLICATION = fault_handler
include ../Makefile.tests_common
# If no BOARD is found in the environment, use this default:
BOARD ?= native
......
# 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
......
# name of your application
APPLICATION = gnrc_sixlowpan
include ../Makefile.tests_common
# If no BOARD is found in the environment, use this default:
BOARD ?= native
......
APPLICATION = gnrc_sock_ip
include ../Makefile.tests_common
BOARD ?= native
......
APPLICATION = gnrc_sock_udp
include ../Makefile.tests_common
BOARD ?= native
......
APPLICATION = lwip
# overwrite board, do not set native as default
BOARD ?= iotlab-m3
include ../Makefile.tests_common
RIOTBASE ?= $(CURDIR)/../..
......
APPLICATION = lwip_sock_ip
include ../Makefile.tests_common
# lwIP's memory management doesn't seem to work on non 32-bit platforms at the
......
# name of your application
APPLICATION = malloc
include ../Makefile.tests_common
# If no BOARD is found in the environment, use this default:
BOARD ?= native
......
# name of your application
APPLICATION = minimal
include ../Makefile.tests_common
# If no BOARD is found in the environment, use this default:
BOARD ?= native
......
# name of your application
APPLICATION = msg_send_receive
include ../Makefile.tests_common
include $(RIOTBASE)/Makefile.include
......
# name of your application
APPLICATION = od
include ../Makefile.tests_common
# If no BOARD is found in the environment, use this default:
BOARD ?= native
......
export APPLICATION = periph_pwm
APPLICATION = periph_pwm
include ../Makefile.tests_common
FEATURES_REQUIRED = periph_pwm
......
export APPLICATION = periph_rtt
APPLICATION = periph_rtt
include ../Makefile.tests_common
FEATURES_REQUIRED = periph_rtt
......
export APPLICATION = periph_spi
APPLICATION = periph_spi
include ../Makefile.tests_common
FEATURES_REQUIRED = periph_spi
......
export APPLICATION = periph_timer
APPLICATION = periph_timer
include ../Makefile.tests_common
FEATURES_REQUIRED = periph_timer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment