zephyr/tests/legacy/benchmark/app_kernel/testcase.ini
Kumar Gala 773a3b08de tests: tests: Mark a bunch of testcases that are memory (RAM) limited
We the unified kernel now sizes have gone up and we have some more
testcases that are RAM limited on small memory systems.

Change-Id: I4716a779fac86a420607ba716edd012976d14254
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2016-11-07 02:18:13 +00:00

8 lines
208 B
INI

[test]
tags = benchmark
arch_whitelist = x86
# On my machine, takes about 110 to run, 180 to be safe
timeout = 180
slow = True
filter = ( CONFIG_SRAM_SIZE > 8 or CONFIG_DCCM_SIZE > 8 or CONFIG_RAM_SIZE > 8 )