Blame view

RIOT/tests/board_microbit/Makefile 270 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
9
10
11
12
  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