From e4bea426d5b5d061f1b620f1d9158d40e1e5c4c7 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Mon, 11 Nov 2019 15:37:45 +0100 Subject: [PATCH] tests/libfixmath_unittests: remove useless BOARD_BLACKLIST The implementation of libfixmath is not compatible with architecture smaller than 32bit --- tests/libfixmath_unittests/Makefile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tests/libfixmath_unittests/Makefile b/tests/libfixmath_unittests/Makefile index d115dca0e7..67c993d7c7 100644 --- a/tests/libfixmath_unittests/Makefile +++ b/tests/libfixmath_unittests/Makefile @@ -1,14 +1,5 @@ include ../Makefile.tests_common -BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo \ - arduino-mega2560 arduino-nano arduino-uno avr-rss2 \ - atmega328p atmega256rfr2-xpro atmega1284p mega-xplained \ - microduino-corerf waspmote-pro -# arduino-mega2560: builds locally but breaks travis (possibly because of -# differences in the toolchain) -# The MSP boards don't feature round(), exp(), and log(), which are used in the unittests -BOARD_BLACKLIST += chronos msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1 - USEMODULE += libfixmath-unittests ifneq (,$(filter native,$(BOARD)))