psa-arch-tests: Add manifest tool dependency for test SP

Change-Id: Ibaf5b9dda1e4f8f5365ac6e3cd8118a97acda774
Signed-off-by: Kevin Peng <kevin.peng@arm.com>
diff --git a/tests_psa_arch/spe/partitions/CMakeLists.txt b/tests_psa_arch/spe/partitions/CMakeLists.txt
index 85e59cb..24a4c60 100644
--- a/tests_psa_arch/spe/partitions/CMakeLists.txt
+++ b/tests_psa_arch/spe/partitions/CMakeLists.txt
@@ -118,6 +118,10 @@
         tfm_app_rot_partition_server_partition
 )
 
+add_dependencies(tfm_psa_rot_partition_driver_partition manifest_tool)
+add_dependencies(tfm_app_rot_partition_client_partition manifest_tool)
+add_dependencies(tfm_app_rot_partition_server_partition manifest_tool)
+
 # Extra files required for IPC suit.
 
 install(FILES       ${CMAKE_BINARY_DIR}/generated/interface/include/psa_manifest/pid.h