Skip to content
Snippets Groups Projects
Commit 1318e18a authored by Kaspar Schleiser's avatar Kaspar Schleiser
Browse files

tests: deduce test application name from folder

parent 0c03dc2e
No related branches found
No related tags found
No related merge requests found
ifneq (,$(filter driver_%,$(APPLICATION))) APPLICATION ?= tests_$(notdir $(patsubst %/,%,$(CURDIR)))
ifneq (,$(filter tests_driver_%,$(APPLICATION)))
BOARD ?= samr21-xpro BOARD ?= samr21-xpro
endif endif
BOARD ?= native BOARD ?= native
RIOTBASE ?= $(CURDIR)/../.. RIOTBASE ?= $(CURDIR)/../..
QUIET ?= 1 QUIET ?= 1
APPLICATION := tests_$(APPLICATION)
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