tests/ssp: blacklist bootloader_arduino feature

This commit is contained in:
Alexandre Abadie 2020-03-11 11:45:42 +01:00
parent 182cb8735b
commit 4145c196b7
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -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='))