Skip to content

Commit d61259f

Browse files
committed
tests/driver_cc110x: Blacklisted msp430 boards
The msp430 boards do not provide EXIT_FAILURE and EXIT_SUCCESS in their stdlib.h, which is a bug. Until this is fixed, they have to be blacklisted.
1 parent ef7d09e commit d61259f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/driver_cc110x/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ BOARD_INSUFFICIENT_MEMORY += stm32f0discovery
2626
BOARD_INSUFFICIENT_MEMORY += stm32l0538-disco
2727
BOARD_INSUFFICIENT_MEMORY += waspmote-pro
2828

29+
# stdlib.h for msp430 does not provide EXIT_FAILURE and EXIT_SUCCESS
30+
BOARD_BLACKLIST += msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1
31+
2932
# This test will rely on a human interacting with the shell, so we better add
3033
# the shell and some commands
3134
USEMODULE += shell

0 commit comments

Comments
 (0)