tests: deduce test application name from folder
This commit is contained in:
parent
0c03dc2e0b
commit
1318e18ab3
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user