From d9ca9f3ef2a427db7a64464a2fc4fe06d9f0b826 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Tue, 5 Nov 2019 10:26:38 +0100 Subject: [PATCH] tests/crypto: remove useless BOARD_BLACKLIST --- tests/sys_crypto/Makefile | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/tests/sys_crypto/Makefile b/tests/sys_crypto/Makefile index 5cac356f5a..d8526a0330 100644 --- a/tests/sys_crypto/Makefile +++ b/tests/sys_crypto/Makefile @@ -1,26 +1,5 @@ include ../Makefile.tests_common -# Issue with integer width -BOARD_BLACKLIST += arduino-duemilanove -BOARD_BLACKLIST += arduino-leonardo -BOARD_BLACKLIST += arduino-mega2560 -BOARD_BLACKLIST += arduino-nano -BOARD_BLACKLIST += arduino-uno -BOARD_BLACKLIST += atmega256rfr2-xpro -BOARD_BLACKLIST += avr-rss2 -BOARD_BLACKLIST += atmega328p -BOARD_BLACKLIST += atmega1284p -BOARD_BLACKLIST += chronos -BOARD_BLACKLIST += mega-xplained -BOARD_BLACKLIST += microduino-corerf -BOARD_BLACKLIST += msb-430 -BOARD_BLACKLIST += msb-430h -BOARD_BLACKLIST += telosb -BOARD_BLACKLIST += waspmote-pro -BOARD_BLACKLIST += wsn430-v1_3b -BOARD_BLACKLIST += wsn430-v1_4 -BOARD_BLACKLIST += z1 - USEMODULE += embunit USEMODULE += crypto