- replaced test points with ztest APIs wherever possible
- replaced CONFIG_MAIN_STACK_SIZE with CONFIG_ZTEST_STACKSIZE
in the config file
- split the main file into two files:
- main.c has ztest entry and runs separate functions for ztest
- sha256.c has the original routines
JIRA: ZEP-2449
Signed-off-by: Niranjhana N <niranjhana.n@intel.com>
5 lines
89 B
Plaintext
5 lines
89 B
Plaintext
CONFIG_TINYCRYPT=y
|
|
CONFIG_TINYCRYPT_SHA256=y
|
|
CONFIG_ZTEST_STACKSIZE=40960
|
|
CONFIG_ZTEST=y
|