This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
d85b45b072
zephyr
/
tests
/
crypto
/
tinycrypt_hmac_prng
/
testcase.yaml
5 lines
108 B
YAML
Raw
Normal View
History
Unescape
Escape
tests: samples: convert testcase files to yaml This will prepare test cases and samples with metadata and information that will be consumed by the sanitycheck script which will be changed to parse YAML files instead of ini. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-04-05 11:11:22 +08:00
tests
:
tests: fix test identifier After merging tinycrypt testcases, we left the original identifier, this is not called crypto.tinycrypt. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-10-16 02:42:22 +08:00
crypto.tinycrypt
:
tags
:
tinycrypt crypto sha256 hmac prng
tests: tinycrypt: build only on native_posix Move tinycrypt related header into test and make those tests only build on native_posix. The tests are unit tests, ie. testing tinycrypt functionality only without any dependency on the underlying system. Long term we should move those to be true unit tests and create functional and integration tests that use tinycrypt in the context of Zephyr and for real use-cases. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2019-09-29 06:35:15 +08:00
platform_whitelist
:
native_posix