mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-09-12 05:09:55 +00:00
Add improvements to the lcov script to better handle 3.6
Signed-off-by: Ben Taylor <[email protected]>
This commit is contained in:
+6
-3
@@ -73,12 +73,15 @@ if [ $# -gt 0 ] && [ "$1" = "--help" ]; then
|
|||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if in_mbedtls_repo; then
|
if [ -d tf-psa-crypto ]; then
|
||||||
library_dirs='library tf-psa-crypto/core tf-psa-crypto/drivers/builtin'
|
library_dirs='library tf-psa-crypto/core tf-psa-crypto/drivers/builtin'
|
||||||
title='Mbed TLS'
|
title='Mbed TLS > 4.0'
|
||||||
|
elif in_mbedtls_repo; then
|
||||||
|
library_dirs='library'
|
||||||
|
title='Mbed TLS < 4.0'
|
||||||
elif in_tf_psa_crypto_repo; then
|
elif in_tf_psa_crypto_repo; then
|
||||||
library_dirs='core drivers/builtin'
|
library_dirs='core drivers/builtin'
|
||||||
title='TF-PSA-Crypto'
|
title='TF-PSA-CRYPTO'
|
||||||
else
|
else
|
||||||
echo "Cannot auto detect build files"
|
echo "Cannot auto detect build files"
|
||||||
exit
|
exit
|
||||||
|
|||||||
Reference in New Issue
Block a user