commit | df3f6ced2ed85d49d8497062f6b72c6b40e27ce3 | [log] [tgz] |
---|---|---|
author | Raef Coles <raef.coles@arm.com> | Wed May 26 14:21:07 2021 +0100 |
committer | Raef Coles <raef.coles@arm.com> | Wed Apr 06 09:25:47 2022 +0100 |
tree | 77179c9b83eab1be4bd5255727287ffe77e3b0f2 | |
parent | b5b1df26baa9f2456a0ad46b62c2b0987f2f2acf [diff] [blame] |
Test: Add BL1 testsuite Change-Id: I0e4fbd566d3d7123fb230f3662f11d741e82bb3a Signed-off-by: Raef Coles <raef.coles@arm.com>
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index e498c75..cc67a2b 100755 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt
@@ -33,3 +33,7 @@ if(TEST_BL2) add_subdirectory(bl2) endif() + +if(TEST_BL1_1 OR TEST_BL1_2) + add_subdirectory(bl1) +endif()