AuditLog: Test infrastructure update
-- Modify the test infrastructure to add two more test
suites to provide functional testing of the Audit
Logging interface from S and NS world.
-- Modify the build system for the test framework to
accomodate the new source files added.
Change-Id: I979cd840834c5d71ef31fca56581866f4d4c04c6
Signed-off-by: Antonio de Angelis <antonio.deangelis@arm.com>
diff --git a/test/framework/non_secure_suites.c b/test/framework/non_secure_suites.c
index e691bcf..7cfbde2 100644
--- a/test/framework/non_secure_suites.c
+++ b/test/framework/non_secure_suites.c
@@ -11,6 +11,7 @@
/* Service specific includes */
#include "test/suites/sst/non_secure/sst_ns_tests.h"
+#include "test/suites/log/non_secure/log_ns_tests.h"
#include "test/suites/invert/non_secure/invert_ns_tests.h"
#include "test/suites/core/non_secure/core_ns_tests.h"
@@ -25,6 +26,9 @@
{®ister_testsuite_ns_sst_ref_access, 0, 0, 0},
#endif
+ /* Non-secure LOG test cases */
+ {®ister_testsuite_ns_log_interface, 0, 0, 0},
+
#ifdef TFM_PARTITION_TEST_CORE
/* Non-secure invert test cases */
/* Note: since this is sample code, only run if test services are enabled */