commit | 54940f0ff50510d42b2424044a4f7c45e537e2ba | [log] [tgz] |
---|---|---|
author | Raef Coles <raef.coles@arm.com> | Fri Jan 07 12:38:49 2022 +0000 |
committer | Raef Coles <raef.coles@arm.com> | Mon Jan 17 16:43:23 2022 +0000 |
tree | 0b2a519afac709dab01b506b5599f8fddd4b036b | |
parent | 8b0a7914c8cac61d512fbbaa3dabe6106a6c37d3 [diff] [blame] |
Test: Add BL2 tests Change-Id: Ie230b3e8caaeb35676be06e4ca9db45b04f64e97 Signed-off-by: Raef Coles <raef.coles@arm.com>
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 543b49c..e498c75 100755 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt
@@ -29,3 +29,7 @@ if(TEST_FRAMEWORK_S OR TEST_FRAMEWORK_NS) add_subdirectory(secure_fw) endif() + +if(TEST_BL2) + add_subdirectory(bl2) +endif()