Skip to content

Commit

Permalink
tests/riotboot_flashwrite: add TEST_EXTRA_FILES
Browse files Browse the repository at this point in the history
  • Loading branch information
fjmolinas committed Jul 15, 2019
1 parent 77a01c3 commit f267f5f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/riotboot_flashwrite/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ ifeq (nrf52dk,$(BOARD))
USEMODULE += nrfmin
endif

# The test needs the linked slot binaries without header in order to be able to
# create final binaries with specific APP_VER values. The CI RasPi test workers
# don't compile themselves, thus add the required files here so they will be
# submitted along with the test jobs.
TEST_EXTRA_FILES=$(SLOT_RIOT_ELFS)

# Change this to 0 show compiler invocation lines by default:
QUIET ?= 1

Expand Down

0 comments on commit f267f5f

Please sign in to comment.