Skip to content
Snippets Groups Projects
Unverified Commit ac1a645f authored by Cenk Gündoğan's avatar Cenk Gündoğan Committed by GitHub
Browse files

Merge pull request #8190 from kaspar030/name_tests_by_folder

tests: set APPLICATION from folder name
parents 1f182335 fc2eff9f
No related branches found
No related tags found
No related merge requests found
Showing
with 2 additions and 24 deletions
ifneq (,$(filter driver_%,$(APPLICATION)))
APPLICATION ?= tests_$(notdir $(patsubst %/,%,$(CURDIR)))
ifneq (,$(filter tests_driver_%,$(APPLICATION)))
BOARD ?= samr21-xpro
endif
BOARD ?= native
RIOTBASE ?= $(CURDIR)/../..
QUIET ?= 1
APPLICATION := tests_$(APPLICATION)
APPLICATION = bitarithm_timings
include ../Makefile.tests_common
USEMODULE += xtimer
......
APPLICATION = bloom_bytes
include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h telosb wsn430-v1_3b \
......
APPLICATION = board_calliope-mini
BOARD ?= calliope-mini
include ../Makefile.tests_common
......
APPLICATION = board_microbit
include ../Makefile.tests_common
BOARD = microbit
......
APPLICATION = buttons
include ../Makefile.tests_common
USEMODULE += xtimer
......
APPLICATION = cbor
include ../Makefile.tests_common
BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-uno
......
export APPLICATION = can
include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
......
# name of your application
APPLICATION = cpp11_condition_variable
include ../Makefile.tests_common
# ROM is overflowing for these boards when using
......
# name of your application
APPLICATION = cpp11_mutex
include ../Makefile.tests_common
# ROM is overflowing for these boards when using
......
# name of your application
APPLICATION = cpp11_thread
include ../Makefile.tests_common
# ROM is overflowing for these boards when using
......
APPLICATION = driver_adcxx1c
include ../Makefile.tests_common
FEATURES_REQUIRED = periph_i2c
......
APPLICATION = driver_adt7310
include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := arduino-mega2560 waspmote-pro
......
APPLICATION = driver_adxl345
include ../Makefile.tests_common
USEMODULE += xtimer
......
APPLICATION = driver_apa102
include ../Makefile.tests_common
USEMODULE += apa102
......
APPLICATION = driver_at30tse75x
include ../Makefile.tests_common
FEATURES_REQUIRED = periph_i2c
......
APPLICATION = driver_at86rf2xx
include ../Makefile.tests_common
# exclude boards with insufficient memory
......
APPLICATION = driver_bh1750
include ../Makefile.tests_common
USEMODULE += xtimer
......
APPLICATION = driver_bmp180
include ../Makefile.tests_common
USEMODULE += bmp180
......
APPLICATION = driver_bmx280
include ../Makefile.tests_common
DRIVER ?= bme280
......
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