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>
16 lines
359 B
INI
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
|