From ccfbc39dc344b1e2be76f2ba8fcbbe5fe45b058f Mon Sep 17 00:00:00 2001 From: Christian Mehlis Date: Sat, 26 Apr 2014 15:23:58 +0200 Subject: [PATCH] test: posix: blacklist boards --- tests/test_posix_semaphore/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/test_posix_semaphore/Makefile b/tests/test_posix_semaphore/Makefile index 8bd82b2903..3940ad0eb9 100644 --- a/tests/test_posix_semaphore/Makefile +++ b/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