Skip to content

Commit 8522032

Browse files
tomi-fontVge0rge
authored andcommitted
tests: tfm_psa_test: set TFM_PROFILE to profile_large
The tf-m-tests repo now specifically checks that TFM_PROFILE is equal to profile_large. Because we are using our own profile, it gets considered as invalid configuration. Just fool the TF-M configuration system by passing it what it wants. Signed-off-by: Tomi Fontanilles <[email protected]>
1 parent fb5af28 commit 8522032

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/tfm/tfm_psa_test/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ set(TEST_PSA_API "${TFM_PSA_TEST_SUITE}")
6969
set_property(TARGET zephyr_property_target
7070
APPEND PROPERTY TFM_CMAKE_OPTIONS
7171
-DCONFIG_TFM_TEST_DIR=${TFM_TEST_DIR}
72+
-DTFM_PROFILE=profile_large
7273
)
7374

7475
set_property(TARGET zephyr_property_target

0 commit comments

Comments
 (0)