tests: handle cases for bootloader_nrfutil blacklist
This commit is contained in:
parent
a12aeca9df
commit
04f890fa8b
@ -5,6 +5,7 @@ USEMODULE += ssp
|
|||||||
# This test intentionally crashes the firmware and when using a board with a
|
# This test intentionally crashes the firmware and when using a board with a
|
||||||
# preflashed bootloader, it cannot be reflashed automatically afterwards.
|
# preflashed bootloader, it cannot be reflashed automatically afterwards.
|
||||||
FEATURES_BLACKLIST += bootloader_arduino
|
FEATURES_BLACKLIST += bootloader_arduino
|
||||||
|
FEATURES_BLACKLIST += bootloader_nrfutil
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
|
||||||
|
|||||||
@ -13,11 +13,12 @@ endif
|
|||||||
|
|
||||||
DISABLE_MODULE += auto_init auto_init_%
|
DISABLE_MODULE += auto_init auto_init_%
|
||||||
|
|
||||||
# boards using arduino bootloader require auto_init to
|
# boards using a preflashed bootloader require auto_init to
|
||||||
# automatically initialize stdio over USB. Without this, the bootloader
|
# automatically initialize stdio over USB. Without this, the bootloader
|
||||||
# management feature cannot be used (auto reset and auto reboot in bootloader
|
# management feature cannot be used (auto reset and auto reboot in bootloader
|
||||||
# mode)
|
# mode)
|
||||||
FEATURES_BLACKLIST += bootloader_arduino
|
FEATURES_BLACKLIST += bootloader_arduino
|
||||||
|
FEATURES_BLACKLIST += bootloader_nrfutil
|
||||||
|
|
||||||
# Pull in `Makefile.include`s from the test suites:
|
# Pull in `Makefile.include`s from the test suites:
|
||||||
-include $(UNIT_TESTS:%=$(RIOTBASE)/tests/unittests/%/Makefile.include)
|
-include $(UNIT_TESTS:%=$(RIOTBASE)/tests/unittests/%/Makefile.include)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user