1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests: deduce test application name from folder

This commit is contained in:
Kaspar Schleiser 2017-12-01 09:17:08 +01:00
parent 0c03dc2e0b
commit 1318e18ab3

View File

@ -1,7 +1,7 @@
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)