2017-12-01 09:17:08 +01:00
|
|
|
APPLICATION ?= tests_$(notdir $(patsubst %/,%,$(CURDIR)))
|
|
|
|
ifneq (,$(filter tests_driver_%,$(APPLICATION)))
|
2017-02-14 13:10:28 +01:00
|
|
|
BOARD ?= samr21-xpro
|
|
|
|
endif
|
2014-05-05 21:54:10 +02:00
|
|
|
BOARD ?= native
|
|
|
|
RIOTBASE ?= $(CURDIR)/../..
|
|
|
|
QUIET ?= 1
|