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

13 lines
270 B
Makefile

APPLICATION = board_microbit
include ../Makefile.tests_common
BOARD = microbit
# This test application is for the BBC micro:bit only
BOARD_WHITELIST := microbit
# We want to test the microbit support module
USEMODULE += microbit
include $(RIOTBASE)/Makefile.include