Skip to content

Commit

Permalink
unittests: add spark-core to BOARD_INSUFFICIENT_RAM
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Mar 19, 2015
1 parent 5d3ad83 commit 09867e3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/unittests/Makefile
@@ -1,8 +1,9 @@
APPLICATION = unittests
include ../Makefile.tests_common

BOARD_INSUFFICIENT_RAM := chronos msb-430 msb-430h redbee-econotag stm32f0discovery \
telosb wsn430-v1_3b wsn430-v1_4 z1 nucleo-f334
BOARD_INSUFFICIENT_RAM := chronos msb-430 msb-430h redbee-econotag spark-core \
stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 z1 \
nucleo-f334

USEMODULE += embunit

Expand Down

0 comments on commit 09867e3

Please sign in to comment.