Build: Enable BL2 regression tests with "test_regression"
BL2 regression tests can also be separately enabled by
"test_regression".
Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com>
Change-Id: Ib107d50b468030edc75b76576b38f49dc9d9b1d4
diff --git a/build_helper/build_helper_config_maps.py b/build_helper/build_helper_config_maps.py
index b1297fb..e8b12d6 100644
--- a/build_helper/build_helper_config_maps.py
+++ b/build_helper/build_helper_config_maps.py
@@ -38,7 +38,8 @@
# Map regression test parameters to short format
mapRegTest = {
- "OFF" : "-DTEST_S=OFF -DTEST_NS=OFF ",
+ "OFF" : "-DTEST_BL2=OFF -DTEST_S=OFF -DTEST_NS=OFF ",
+ "RegBL2" : "-DTEST_BL2=ON ",
"RegS" : "-DTEST_S=ON ",
"RegNS" : "-DTEST_NS=ON -DTEST_NS_FLIH_IRQ=OFF ",
}