test-ref-configs: test config-tfm.h
Tweak some configurations based on TF-M config in order to get a
successful build and test.
Signed-off-by: Yanray Wang <yanray.wang@arm.com>
diff --git a/tests/scripts/test-ref-configs.pl b/tests/scripts/test-ref-configs.pl
index 15209b4..9fd98be 100755
--- a/tests/scripts/test-ref-configs.pl
+++ b/tests/scripts/test-ref-configs.pl
@@ -53,6 +53,9 @@
'opt' => '-f ECJPAKE.*nolog',
'test_again_with_use_psa' => 1,
},
+ 'config-tfm.h' => {
+ 'test_again_with_use_psa' => 0, # Uses PSA by default, no need to test it twice
+ },
);
# If no config-name is provided, use all known configs.