Skip to content

Commit

Permalink
test: posix: blacklist boards
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Mehlis committed Apr 26, 2014
1 parent a41f0ff commit ccfbc39
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/test_posix_semaphore/Makefile
@@ -1,6 +1,11 @@
export PROJECT = test_posix_semaphore
include ../Makefile.tests_common

BOARD_BLACKLIST := mbed_lpc1768 redbee-econotag chronos
# mbed_lpc1768: not enough RAM
# redbee-econotag: not enough RAM
# chronos: not enough RAM

USEMODULE += posix

DISABLE_MODULE += auto_init
Expand Down

0 comments on commit ccfbc39

Please sign in to comment.