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 "$@"