Test: fix secure test client partition
This change is necessary to execute test cases in the secure
test client partition in case of TFM_LVL==3:
- rename files in test/framework folder, prefix was added
- add missing files to test client partition in linker scripts
- add execution region for secure test client partition in
Musca A1 linker config file
- update affected files due to renaming
Change-Id: If9605ad65daf4341d3e520ae69ba4d9d7f31415c
Signed-off-by: Tamas Ban <tamas.ban@arm.com>
diff --git a/app/tfm_integ_test.c b/app/tfm_integ_test.c
index a72d0c4..e7b518a 100644
--- a/app/tfm_integ_test.c
+++ b/app/tfm_integ_test.c
@@ -15,7 +15,7 @@
#include "cmsis_os2.h"
#include "tfm_integ_test.h"
-#include "test/framework/integ_test.h"
+#include "test/framework/test_framework_integ_test.h"
#ifdef TEST_FRAMEWORK_S
#include \