Skip to content

Commit

Permalink
tests: adapt coap test app
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Sep 22, 2015
1 parent c17827d commit 0d25815
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/coap/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
APPLICATION = coap
include ../Makefile.tests_common

# 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_MEMORY := chronos msb-430 msb-430h stm32f0discovery telosb \
wsn430-v1_3b wsn430-v1_4 z1

USEMODULE += gnrc_ipv6
USEPKG += libcoap

include $(RIOTBASE)/Makefile.include

0 comments on commit 0d25815

Please sign in to comment.