Blame view

RIOT/tests/Makefile.tests_common 165 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
  ifneq (,$(filter driver_%,$(APPLICATION)))
      BOARD ?= samr21-xpro
  endif
  BOARD ?= native
  RIOTBASE ?= $(CURDIR)/../..
  QUIET ?= 1
  APPLICATION := tests_$(APPLICATION)