feat(memory share): FFA_FEATURES(FFA_MEM_RETRIEVE_REQ)

Updates tests to pass when built against
https://review.trustedfirmware.org/c/hafnium/hafnium/+/18909

Signed-off-by: Karl Meakin <karl.meakin@arm.com>
Change-Id: Ic6c39ca6916b9f9298d7668021963fec287b72c8
diff --git a/spm/common/sp_tests/sp_test_ffa.c b/spm/common/sp_tests/sp_test_ffa.c
index 80211a8..b130451 100644
--- a/spm/common/sp_tests/sp_test_ffa.c
+++ b/spm/common/sp_tests/sp_test_ffa.c
@@ -88,7 +88,7 @@
 
 		announce_test_start(test_target.test_name);
 
-		ffa_ret = ffa_features(test_target.feature);
+		ffa_ret = ffa_features_with_input_property(test_target.feature, test_target.param);
 		expected_ret = FFA_VERSION_COMPILED
 				>= test_target.version_added ?
 				test_target.expected_ret : FFA_ERROR;