1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

Use new functions

Signed-off-by: Elena Uziunaite <elena.uziunaite@arm.com>
This commit is contained in:
Elena Uziunaite
2024-11-07 14:39:32 +00:00
parent 23a6432af1
commit ef40183c34
2 changed files with 2 additions and 17 deletions

View File

@ -30,16 +30,7 @@ EOF
set -eu
# Project detection
PROJECT_NAME_FILE='./scripts/project_name.txt'
if read -r PROJECT_NAME < "$PROJECT_NAME_FILE"; then :; else
echo "$PROJECT_NAME_FILE does not exist... Exiting..." >&2
exit 1
fi
in_mbedtls_repo () {
test "$PROJECT_NAME" = "Mbed TLS"
}
. ../framework/scripts/project_detection.sh
# Collect stats and build a HTML report.
lcov_library_report () {