zephyr/tests/crypto/test_sha256/testcase.ini
Dmitriy Korovkin 81c94161f5 unified/tests: Adapt test_sha256 for unified kernel
Unified kernel invokes main() function in the init thread. This
eliminates the need for a separate thread for the test.

Change-Id: I4e6c4f212615d2135adf7971df32db1ad392c0e2
Signed-off-by: Dmitriy Korovkin <dmitriy.korovkin@windriver.com>
2016-10-27 21:01:53 +00:00

16 lines
359 B
INI

[test]
tags = crypto sha256 unified_capable
build_only = false
timeout = 10800
slow = True
arch_whitelist = arm arc x86
filter = ( CONFIG_SRAM_SIZE > 32 or CONFIG_DCCM_SIZE > 32 or CONFIG_RAM_SIZE > 32 )
kernel = unified
[test_nios2]
tags = crypto sha256 unified_capable
build_only = false
timeout = 10800
slow = True
arch_whitelist = nios2
kernel = unified