From aabaaa0501e5b89893c5f0c1ae7a7c1e69c937bf Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Wed, 5 Aug 2015 14:00:23 +0200 Subject: [PATCH] tests: coap: blacklist avr8 --- tests/coap/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/coap/Makefile b/tests/coap/Makefile index b2ea02a8a7..34d8ae565c 100644 --- a/tests/coap/Makefile +++ b/tests/coap/Makefile @@ -1,8 +1,9 @@ APPLICATION = coap include ../Makefile.tests_common -# the MSP430 toolchain does not include assert.h -BOARD_BLACKLIST := chronos msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1 +# the MSP430 and avr8 toolchains do not include assert.h +BOARD_BLACKLIST := arduino-mega2560 chronos msb-430 msb-430h telosb \ + wsn430-v1_3b wsn430-v1_4 z1 BOARD_INSUFFICIENT_RAM := redbee-econotag