tests/ssp: blacklist bootloader_arduino feature
This commit is contained in:
parent
182cb8735b
commit
4145c196b7
@ -2,6 +2,10 @@ include ../Makefile.tests_common
|
|||||||
|
|
||||||
USEMODULE += ssp
|
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
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
|
||||||
ifneq (,$(shell $(CC) --help=warnings | grep '\-Wstringop-overflow='))
|
ifneq (,$(shell $(CC) --help=warnings | grep '\-Wstringop-overflow='))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user