Skip to content

Commit f267f5f

Browse files
committed
tests/riotboot_flashwrite: add TEST_EXTRA_FILES
1 parent 77a01c3 commit f267f5f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

tests/riotboot_flashwrite/Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@ ifeq (nrf52dk,$(BOARD))
7979
USEMODULE += nrfmin
8080
endif
8181

82+
# The test needs the linked slot binaries without header in order to be able to
83+
# create final binaries with specific APP_VER values. The CI RasPi test workers
84+
# don't compile themselves, thus add the required files here so they will be
85+
# submitted along with the test jobs.
86+
TEST_EXTRA_FILES=$(SLOT_RIOT_ELFS)
87+
8288
# Change this to 0 show compiler invocation lines by default:
8389
QUIET ?= 1
8490

0 commit comments

Comments
 (0)