summaryrefslogtreecommitdiff
path: root/samples/legacy
diff options
context:
space:
mode:
authorKumar Gala <kumar.gala@linaro.org>2016-11-03 12:45:02 -0500
committerAnas Nashif <nashif@linux.intel.com>2016-11-03 19:20:19 +0000
commit6f6632ddc5f904882b450f205d8764a3e1fca0cc (patch)
tree7c3fa27400470b8d3852ed94e2cd4b051fc3efae /samples/legacy
parentc610dea725bfef2adb3f2992cd2133e3b9423a72 (diff)
tests: Mark a bunch of testcases that are memory (RAM) limited
These testcases can't build on common platforms with 16K or less of memory. Change-Id: Iade2aa423f42a1f174a5ebb5d183b362917f503e Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
Diffstat (limited to 'samples/legacy')
-rw-r--r--samples/legacy/philosophers/microkernel/testcase.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/legacy/philosophers/microkernel/testcase.ini b/samples/legacy/philosophers/microkernel/testcase.ini
index f843c4123..3506eac7b 100644
--- a/samples/legacy/philosophers/microkernel/testcase.ini
+++ b/samples/legacy/philosophers/microkernel/testcase.ini
@@ -2,4 +2,4 @@
build_only = true
tags = apps
kernel = micro
-
+filter = ( CONFIG_SRAM_SIZE > 16 or CONFIG_DCCM_SIZE > 16 or CONFIG_RAM_SIZE > 16 )