unified/tests: Adapt test_aes 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: I4ff2e160213d152ca7c5d8422162f3464d935119
Signed-off-by: Dmitriy Korovkin <dmitriy.korovkin@windriver.com>
This commit is contained in:
Dmitriy Korovkin 2016-10-25 13:19:26 -04:00 committed by Anas Nashif
commit 6072e455f3
4 changed files with 4 additions and 9 deletions

View file

@ -1,6 +1,5 @@
BOARD ?= qemu_x86
MDEF_FILE = prj.mdef
KERNEL_TYPE = micro
KERNEL_TYPE = unified
CONF_FILE = prj.conf
include $(ZEPHYR_BASE)/Makefile.inc

View file

@ -1,3 +1,4 @@
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_TINYCRYPT=y
CONFIG_TINYCRYPT_AES=y
CONFIG_MAIN_STACK_SIZE=5120

View file

@ -1,5 +0,0 @@
% Application : test AES128 TinyCrypt APIs
% TASK NAME PRIO ENTRY STACK GROUPS
% ====================================================
TASK tStartTask 7 main 5120 [EXE]

View file

@ -1,4 +1,4 @@
[test]
tags = crypto aes
tags = crypto aes unified_capable
build_only = false
kernel = micro
kernel = unified