Skip to content

Commit

Permalink
tests: handle cases for bootloader_nrfutil blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
aabadie committed Mar 18, 2020
1 parent 679a652 commit 99e71ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/ssp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ USEMODULE += ssp

# This test intentionally crashes the firmware and when using a board with a
# preflashed bootloader, it cannot be reflashed automatically afterwards.
FEATURES_BLACKLIST += bootloader_arduino
FEATURES_BLACKLIST += bootloader_arduino bootloader_nrfutil

include $(RIOTBASE)/Makefile.include

Expand Down
4 changes: 2 additions & 2 deletions tests/unittests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ endif

DISABLE_MODULE += auto_init

# boards using arduino bootloader require auto_init to
# boards using a preflased bootloader require auto_init to
# automatically initialize stdio over USB. Without this, the bootloader
# management feature cannot be used (auto reset and auto reboot in bootloader
# mode)
FEATURES_BLACKLIST += bootloader_arduino
FEATURES_BLACKLIST += bootloader_arduino bootloader_nrfutil

# Pull in `Makefile.include`s from the test suites:
-include $(UNIT_TESTS:%=$(RIOTBASE)/tests/unittests/%/Makefile.include)
Expand Down

0 comments on commit 99e71ee

Please sign in to comment.