zephyr/tests/benchmarks/app_kernel/testcase.ini
Kumar Gala ab8a3b2c0d tests: app_kernel: limit to systems with >32K of memory
We need a bit over 32k of memory to build/run the app_kernel benchmarks.

Change-Id: Iddfeb073f8ea87dc6323775a288b83efa88fdaea
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2017-04-14 16:12:57 -05:00

8 lines
215 B
INI

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