BL1: Add extra tests options for BL1_1 and BL1_2
Change-Id: I201c89bfc959630396179e13974de0984204ba75
Signed-off-by: Raef Coles <raef.coles@arm.com>
diff --git a/docs/tfm_test_suites_addition.rst b/docs/tfm_test_suites_addition.rst
index 4bb5751..7557796 100644
--- a/docs/tfm_test_suites_addition.rst
+++ b/docs/tfm_test_suites_addition.rst
@@ -290,7 +290,7 @@
**********************************
TF-M supports out-of-tree regression test suites build, whose source code
-folder is outside tf-m-tests repo. There are two configurations for developers
+folder is outside tf-m-tests repo. There are four configurations for developers
to include the source code.
- ``EXTRA_NS_TEST_SUITE_PATH``
@@ -304,6 +304,16 @@
An absolute directory of the out-of-tree secure test suite
source code folder.
+- ``EXTRA_BL1_1_TEST_SUITE_PATH``
+
+ An absolute directory of the out-of-tree BL1_1 test suite
+ source code folder.
+
+- ``EXTRA_BL1_2_TEST_SUITE_PATH``
+
+ An absolute directory of the out-of-tree BL1_2 test suite
+ source code folder.
+
Example usage
=============