commit | 695810a0931e0131c1b15c8810556f18c753fc93 | [log] [tgz] |
---|---|---|
author | Elena Uziunaite <elena.uziunaite@arm.com> | Wed Nov 20 16:31:40 2024 +0000 |
committer | Elena Uziunaite <elena.uziunaite@arm.com> | Wed Nov 27 13:21:53 2024 +0000 |
tree | c0ff8193ea380de823b3804996370e2d487d12fc | |
parent | 91f424a72deee5ea1d059cfc3ccda1a92af99048 [diff] |
Define FRAMEWORK Signed-off-by: Elena Uziunaite <elena.uziunaite@arm.com>
diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index ded238f..51df1f2 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/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 "$@"