commit | 8993fecae47ec5b7c2853c3f2c654213e12a97bf | [log] [tgz] |
---|---|---|
author | Elena Uziunaite <elena.uziunaite@arm.com> | Wed Nov 20 16:28:01 2024 +0000 |
committer | Elena Uziunaite <elena.uziunaite@arm.com> | Wed Nov 27 13:15:04 2024 +0000 |
tree | c1ce37f7aa6e0b8eedb3099b89de758e489b05ce | |
parent | 2e37806ace2c1e585fc160b48ed7ad4bd0280a00 [diff] [blame] |
Define FRAMEWORK Signed-off-by: Elena Uziunaite <elena.uziunaite@arm.com>
diff --git a/tests/scripts/mbedtls-all.sh b/tests/scripts/mbedtls-all.sh index a1b062a..089cb6b 100755 --- a/tests/scripts/mbedtls-all.sh +++ b/tests/scripts/mbedtls-all.sh
@@ -10,6 +10,7 @@ # This script must be invoked from the project's root. -source framework/scripts/all-core.sh +FRAMEWORK="$PWD/framework" +source $FRAMEWORK/scripts/all-core.sh main "$@"