Makefile.tests_common 165 Bytes
ifneq (,$(filter driver_%,$(APPLICATION)))
    BOARD ?= samr21-xpro
endif
BOARD ?= native
RIOTBASE ?= $(CURDIR)/../..
QUIET ?= 1
APPLICATION := tests_$(APPLICATION)