Mbed-TLS / TF-PSA-Crypto

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

Add lcov Script Support in CMake Files #87

Closed tom-daubney-arm closed 8 months ago

tom-daubney-arm commented 8 months ago

This PR makes two small modifications to CMake files to enable the TF-PSA-Crypto repository to make use of the newly modified lcov.sh script that was introduced in Mbed TLS PR 8395.

At the time of raising this PR, the new lcvo.sh script has not been merged into TF-PSA-Crypto from Mbed TLS yet, and so this might need rebasing after that happens.

tom-daubney-arm commented 8 months ago

I think we are missing the copy of lcov.sh by psa_crypto.py, function copy_from_scripts(). Otherwise, this looks good to me.

Thanks, I think I have done this correctly now. PTAL.