User guide: Add instructions for running SPM tests
Change-Id: I54b213bbdb13e21d8d0919b76eebf6c85e1fa691
Signed-off-by: Sathees Balya <sathees.balya@arm.com>
diff --git a/docs/user-guide.rst b/docs/user-guide.rst
index efc9acb..546b6bc 100644
--- a/docs/user-guide.rst
+++ b/docs/user-guide.rst
@@ -279,13 +279,13 @@
::
- BL32=cactus.bin make PLAT=fvp fip
+ BL32=cactus.bin make PLAT=fvp ENABLE_SPM=1 fip
Please refer to the `TF-A User guide`_ for further details.
To run the full set of tests in Cactus, it should be used in conjunction with
the TFTF image, as the latter sends the Management Mode requests that Cactus
-services.
+services. The TFTF has to be built with `TESTS=spm` to run the SPM tests.
Summary of build options
````````````````````````