refactor(spm): rename spm cpu_features to simd

test_spm_cpu_features.c is renamed test_spm_simd.c
cactus_test_cpu_features.c is renamed cactus_test_simd.c

Signed-off-by: Olivier Deprez <olivier.deprez@arm.com>
Change-Id: Icc2d7deada0ff335436cf36c7f2d2dfbf2a0d9a3
diff --git a/spm/cactus/cactus.mk b/spm/cactus/cactus.mk
index be8997e..4e86e3d 100644
--- a/spm/cactus/cactus.mk
+++ b/spm/cactus/cactus.mk
@@ -49,7 +49,7 @@
 	)						\
 	$(addprefix spm/cactus/cactus_tests/,		\
 		cactus_message_loop.c			\
-		cactus_test_cpu_features.c		\
+		cactus_test_simd.c		\
 		cactus_test_direct_messaging.c		\
 		cactus_test_interrupts.c		\
 		cactus_test_memory_sharing.c		\
diff --git a/spm/cactus/cactus_tests/cactus_test_cpu_features.c b/spm/cactus/cactus_tests/cactus_test_simd.c
similarity index 100%
rename from spm/cactus/cactus_tests/cactus_test_cpu_features.c
rename to spm/cactus/cactus_tests/cactus_test_simd.c
diff --git a/tftf/tests/runtime_services/secure_service/test_spm_cpu_features.c b/tftf/tests/runtime_services/secure_service/test_spm_simd.c
similarity index 100%
rename from tftf/tests/runtime_services/secure_service/test_spm_cpu_features.c
rename to tftf/tests/runtime_services/secure_service/test_spm_simd.c
diff --git a/tftf/tests/tests-spm.mk b/tftf/tests/tests-spm.mk
index 174e11d..97b3a49 100644
--- a/tftf/tests/tests-spm.mk
+++ b/tftf/tests/tests-spm.mk
@@ -27,7 +27,7 @@
 ifeq (${ARCH},aarch64)
 TESTS_SOURCES   +=                                                      \
         $(addprefix tftf/tests/runtime_services/secure_service/,        \
-	  test_spm_cpu_features.c					\
+	  test_spm_simd.c					\
 	 )
 
 TESTS_SOURCES	+=							\