Mbed-TLS / TF-PSA-Crypto

Reference implementation of the PSA Cryptography API
Apache License 2.0
8 stars 7 forks source link

Add all.sh component equivalent to `component_test_psa_crypto_config_accel_ecdsa` #32

Closed ronald-cron-arm closed 11 months ago

ronald-cron-arm commented 1 year ago

As part of the work to bring the testing in PSA-Crypto at the level it is in Mbed-TLS, add in tests/all_sh_components.txt a component equivalent to component_test_psa_crypto_config_accel_ecdsa to be the first libtestdriver1 component in PSA-Crypto.

. the cmake build system needs to be used instead of the make one. . some adjustments to the all.sh framework (everything but the components in all.sh) is likely to be necessary.

ronald-cron-arm commented 11 months ago

Superseded by #61 and #62.