Test: Add SST referenced access test suite
Adds a new non-secure test suite that uses the SST
test service to test the access by reference
feature of SST.
Change-Id: Ie225a8c8e7411991ee51398b223f9bdb73597ce2
Signed-off-by: Jamie Fox <jamie.fox@arm.com>
diff --git a/test/framework/non_secure_suites.c b/test/framework/non_secure_suites.c
index b14c685..9ba5f43 100644
--- a/test/framework/non_secure_suites.c
+++ b/test/framework/non_secure_suites.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017, Arm Limited. All rights reserved.
+ * Copyright (c) 2017-2018, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
@@ -19,6 +19,11 @@
/* Non-secure SST test cases */
{®ister_testsuite_ns_sst_interface, 0, 0, 0},
+#ifdef SST_TEST_SERVICES
+ /* Non-secure SST referenced access testsuite */
+ {®ister_testsuite_ns_sst_ref_access, 0, 0, 0},
+#endif
+
#ifdef CORE_TEST_SERVICES
/* Non-secure invert test cases */
/* Note: since this is sample code, only run if test services are enabled */