2016-12-04 20:55:33 +01:00
|
|
|
include ../Makefile.tests_common
|
|
|
|
|
|
|
|
USEMODULE += ssp
|
|
|
|
|
2020-03-11 11:45:42 +01:00
|
|
|
# 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
|
2020-03-18 11:44:10 +01:00
|
|
|
FEATURES_BLACKLIST += bootloader_nrfutil
|
2020-03-11 11:45:42 +01:00
|
|
|
|
2016-12-04 20:55:33 +01:00
|
|
|
include $(RIOTBASE)/Makefile.include
|
2019-11-21 16:02:06 +01:00
|
|
|
|
|
|
|
ifneq (,$(shell $(CC) --help=warnings | grep '\-Wstringop-overflow='))
|
|
|
|
CFLAGS += -Wstringop-overflow=0
|
|
|
|
endif
|