1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests: do not unconditionally set BOARD

Remove unconditionally setting 'BOARD' to an hardwritten value.
The definition must be moved before including 'Makefile.tests_common' as
it defines 'BOARD ?= native'.
This commit is contained in:
Gaëtan Harter 2019-08-14 17:11:34 +02:00
parent 414df99a4c
commit a9e7e1b1d0
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B
2 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,6 @@
include ../Makefile.tests_common
BOARD ?= microbit
BOARD = microbit
include ../Makefile.tests_common
# This test application is for the BBC micro:bit only
BOARD_WHITELIST := microbit

View File

@ -1,7 +1,6 @@
BOARD ?= sltb001a
include ../Makefile.tests_common
BOARD = sltb001a
BOARD_WHITELIST := ikea-tradfri \
slstk3401a \
slstk3402a \