SPM: Test open and close handle

The tests request valid and invalid handles and close them.

Change-Id: Ie421507d8dd4793e635e82f74c206529d9ba59d0
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
diff --git a/tftf/framework/framework.mk b/tftf/framework/framework.mk
index 9fdbb7c..be0ab6b 100644
--- a/tftf/framework/framework.mk
+++ b/tftf/framework/framework.mk
@@ -27,7 +27,8 @@
 	-Iinclude/plat/common				\
 	-Iinclude/runtime_services			\
 	-Iinclude/runtime_services/secure_el0_payloads	\
-	-Iinclude/runtime_services/secure_el1_payloads
+	-Iinclude/runtime_services/secure_el1_payloads	\
+	-Ispm/cactus
 
 # Standard C library source files
 STD_LIB_SOURCES		:=	lib/stdlib/abort.c			\