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:
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…
Reference in New Issue
Block a user