Skip to content

Commit

Permalink
tests/bootloaders: group bootloader related applications
Browse files Browse the repository at this point in the history
  • Loading branch information
aabadie committed Nov 3, 2020
1 parent 8b883aa commit 0b20ad5
Show file tree
Hide file tree
Showing 16 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
BOARD ?= nrf52dk

include ../Makefile.tests_common
RIOTBASE ?= $(CURDIR)/../../..
include $(RIOTBASE)/tests/Makefile.tests_common

BOARD_WHITELIST := nrf52dk

Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ BUILD_FILES += $(SLOT_RIOT_ELFS:%.elf=%.bin)
# submitted along with the test jobs.
TEST_EXTRA_FILES=$(SLOT_RIOT_ELFS)

include ../Makefile.tests_common
RIOTBASE ?= $(CURDIR)/../../..
include $(RIOTBASE)/tests/Makefile.tests_common
include $(RIOTBASE)/Makefile.include
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
DEVELHELP ?= 0
BOARD ?= samr21-xpro
include ../Makefile.tests_common
RIOTBASE ?= $(CURDIR)/../../..
include $(RIOTBASE)/tests/Makefile.tests_common

# Include packages that pull up and auto-init the link layer.
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
include ../Makefile.tests_common
RIOTBASE ?= $(CURDIR)/../../..
include $(RIOTBASE)/tests/Makefile.tests_common

USEMODULE += riotboot_hdr
USEMODULE += embunit
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 0b20ad5

Please sign in to comment.