arm-bsp/n1sdp: Enable tests with pseudo trusted application

Add the config needed to run the embedded tests with pseudo trusted application. Without this config, the optee-xtests with pseudo TA get skipped with “skip test, pseudo TA not found” message.

Signed-off-by: Anusmita Dutta Mazumder <anusmita.duttamazumder@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Anusmita Dutta Mazumder
2023-09-01 13:00:26 -04:00
committed by Jon Mason
parent 85b11ed55b
commit 6ecdc3bc8b
@@ -27,3 +27,5 @@ EXTRA_OEMAKE += " CFG_DT=y"
EXTRA_OEMAKE += " CFG_SECURE_PARTITION=y"
EXTRA_OEMAKE += " CFG_MAP_EXT_DT_SECURE=y"
EXTRA_OEMAKE += " CFG_ENABLE_EMBEDDED_TESTS=y"