mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-22 04:35:22 +00:00
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>
7 lines
117 B
YAML
7 lines
117 B
YAML
tests:
|
|
crypto.tinycrypt:
|
|
tags: tinycrypt crypto aes ccm
|
|
timeout: 300
|
|
platform_whitelist: native_posix
|
|
|