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/secure_suites.c b/test/framework/secure_suites.c
index 8287226..144cfef 100644
--- a/test/framework/secure_suites.c
+++ b/test/framework/secure_suites.c
@@ -11,6 +11,7 @@
 
 /* Service specific includes */
 #include "test/suites/sst/secure/sst_tests.h"
+#include "test/suites/log/secure/log_s_tests.h"
 #include "test/suites/invert/secure/invert_s_tests.h"
 #include "secure_fw/services/secure_storage/sst_core_interface.h"
 
@@ -20,6 +21,9 @@
     {&register_testsuite_s_sst_sec_interface, 0, 0, 0},
     {&register_testsuite_s_sst_reliability, 0, 0, 0},
 
+    /* Secure LOG test cases */
+    {&register_testsuite_s_log_interface, 0, 0, 0},
+
 #ifdef TFM_PARTITION_TEST_CORE
     /* Secure invert test cases */
     /* Note: since this is sample code, only run if test services are enabled */