2020-01-30 23:51:48 +01:00

14 lines
389 B
Makefile

include ../Makefile.tests_common
# Test fails to build for these boards fails due to
# redefinition of define AES_COUNT in library, which
# is also defined in board header files
BOARD_BLACKLIST := stk3600 stk3700
# due to memory constrains we ignore the cert test
CFLAGS += -DDO_NOT_TEST_CERT
USEPKG += cryptoauthlib
USEMODULE += cryptoauthlib_test
include $(RIOTBASE)/Makefile.include