Partially test bl1_fwu
Add tests for bl1_fwu_add_loaded_id and bl1_fwu_remove_loaded_id.
c-picker was used for isolating these two functions from the rest of
the code.
Change-Id: I39259c6b845547e112385806e334733c986d56d3
Signed-off-by: Imre Kis <imre.kis@arm.com>
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3ad62d2..d7c20b1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -111,5 +111,6 @@
# Project level include directory
include_directories(${CMAKE_CURRENT_LIST_DIR}/include)
+include(tests/bl1/test_bl1_fwu.cmake)
include(tests/lib/libc/test_libc.cmake)
include(tests/lib/object_pool/test_object_pool.cmake)