Skip to content

Commit

Permalink
tests: coap: blacklist avr8
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Aug 5, 2015
1 parent 1e2fd34 commit 05c60e8
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions tests/coap/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
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

Expand Down

0 comments on commit 05c60e8

Please sign in to comment.