feat(tfut): add build support for unit testing
With this patch, the CI is now capable of configuring and building
unit tests by adding the proper component to the test group
variable.
Signed-off-by: Juan Pablo Conde <juanpablo.conde@arm.com>
Signed-off-by: Edward Potapov <edward.potapov@arm.com>
Change-Id: Iba487106a9dc5aa8358b358d385599a36f38b121
diff --git a/utils.sh b/utils.sh
index 98f9f84..8811939 100644
--- a/utils.sh
+++ b/utils.sh
@@ -602,6 +602,8 @@
tf_m_tests_src_repo_url="${tf_m_tests_src_repo_url:-https://$tforg_gerrit_url/TF-M/tf-m-tests}"
tf_m_extras_src_repo_url="${tf_m_extras_src_repo_url:-$TF_M_EXTRAS_REPO_URL}"
tf_m_extras_src_repo_url="${tf_m_extras_src_repo_url:-https://$tforg_gerrit_url/TF-M/tf-m-extras}"
+tfut_src_repo_url="${tfut_src_repo_url:-$TFUT_SRC_REPO_URL}"
+tfut_src_repo_url="${tfut_src_repo_url:-https://$tforg_gerrit_url/TF-A/tf-a-unit-tests}"
tf_downloads="${tf_downloads:-file:///downloads/}"
tfa_downloads="${tfa_downloads:-file:///downloads/tf-a}"