Add missing test-case name to spm test array
This change adds the missing EP_TEST_SP_COMMUNICATION_RESPONSE test
to the test array, to avoid possible failure in debug build.
Change-Id: If9ef11ee102c270f46bb630a645a3bbcf49bdacc
Signed-off-by: Gabor Toth <gabor.toth2@arm.com>
diff --git a/components/service/spm_test/sp.c b/components/service/spm_test/sp.c
index e80d412..423541b 100644
--- a/components/service/spm_test/sp.c
+++ b/components/service/spm_test/sp.c
@@ -74,7 +74,8 @@
"EP_SP_MEM_SHARING_MULTI",
"EP_SP_MEM_SHARING_EXC",
"EP_SP_MEM_INCORRECT_ACCESS",
- "EP_SP_NOP"
+ "EP_SP_NOP",
+ "EP_TEST_SP_COMMUNICATION_RESPONSE"
};
static bool test_ffa_version(void)