Blame view

RIOT/tests/mcuboot/Makefile 250 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  APPLICATION = hello_mcuboot
  
  BOARD ?= nrf52dk
  
  include ../Makefile.tests_common
  
  BOARD_WHITELIST := nrf52dk
  
  export IMAGE_VERSION = 1.1.1+1
  
  # this test is supposed to always build the mcuboot image
  all: mcuboot
  
  include $(RIOTBASE)/Makefile.include