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/CMakeLists.inc b/test/CMakeLists.inc
index 694ab75..61fb94c 100644
--- a/test/CMakeLists.inc
+++ b/test/CMakeLists.inc
@@ -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
 #
@@ -30,4 +30,5 @@
 include(${CMAKE_CURRENT_LIST_DIR}/suites/core/CMakeLists.inc)
 include(${CMAKE_CURRENT_LIST_DIR}/suites/invert/CMakeLists.inc)
 include(${CMAKE_CURRENT_LIST_DIR}/suites/sst/CMakeLists.inc)
+include(${CMAKE_CURRENT_LIST_DIR}/suites/log/CMakeLists.inc)
 include(${CMAKE_CURRENT_LIST_DIR}/test_services/CMakeLists.inc)