Skip to content

Commit

Permalink
tests: add opencm9-04 to insufficient memory boards in some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
astralien3000 committed Jan 20, 2017
1 parent 1fb47b5 commit 73a3be5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/thread_cooperation/Makefile
Expand Up @@ -6,7 +6,7 @@ BOARD_INSUFFICIENT_MEMORY := cc2650stk chronos msb-430 msb-430h mbed_lpc1768 \
yunjia-nrf51822 spark-core airfy-beacon nucleo-f103 \
nucleo-f334 nrf51dongle nrf6310 weio nucleo-f072 \
nucleo-f030 nucleo-f070 microbit calliope-mini \
nucleo32-f042 nucleo32-f303
nucleo32-f042 nucleo32-f303 opencm9-04

DISABLE_MODULE += auto_init

Expand Down
4 changes: 2 additions & 2 deletions tests/unittests/Makefile
Expand Up @@ -12,7 +12,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon cc2650stk chronos ek-lm4f120xl \
nucleo-f030 nucleo-f070 nucleo-f091 pba-d-01-kw2x \
saml21-xpro microbit calliope-mini limifrog-v1 \
slwstk6220a ek-lm4f120xl stm32f3discovery \
slwstk6220a nucleo32-f042 nucleo32-f303
slwstk6220a nucleo32-f042 nucleo32-f303 opencm9-04

USEMODULE += embunit

Expand All @@ -31,7 +31,7 @@ ARM_CORTEX_M_BOARDS := airfy-beacon arduino-due cc2538dk ek-lm4f120xl f4vi1 fox
pba-d-01-kw2x pca10000 pca10005 remote saml21-xpro samr21-xpro slwstk6220a \
spark-core stm32f0discovery stm32f3discovery stm32f4discovery udoo weio \
yunjia-nrf51822 sodaq-autonomo arduino-zero nucleo-f030 nucleo-f070 \
nucleo32-f303
nucleo32-f303 opencm9-04

DISABLE_TEST_FOR_ARM_CORTEX_M := tests-relic

Expand Down

0 comments on commit 73a3be5

Please sign in to comment.