From c14f2b65cf86e6501a66ea50dccd716063baa769 Mon Sep 17 00:00:00 2001 From: Joakim Gebart Date: Tue, 7 Jul 2015 00:08:26 +0200 Subject: [PATCH] tests/libfixmath_unittests: Blacklist MSP430 boards Fixes implicit declaration warnings for missing math functions. --- tests/libfixmath_unittests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/libfixmath_unittests/Makefile b/tests/libfixmath_unittests/Makefile index 0036aa796..5ded8d552 100644 --- a/tests/libfixmath_unittests/Makefile +++ b/tests/libfixmath_unittests/Makefile @@ -6,7 +6,7 @@ BOARD_BLACKLIST := arduino-mega2560 # differences in the toolchain) # The MSP boards don't feature round(), exp(), and log(), which are used in the unittests -BOARD_INSUFFICIENT_RAM := chronos msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1 +BOARD_BLACKLIST += chronos msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1 # Insufficient RAM / ROM BOARD_INSUFFICIENT_RAM += redbee-econotag stm32f0discovery