-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add components-configurations.sh #125
Comments
I have managed to port some components over however TF-PSA-Crypto does not have a selftest.c file. Is this also to be removed from components? Furthermore, are we still enabling the |
Yes, we do not need calls to programs/test/selftest in TF-PSA-Crypto. The self tests are anyway executed in test suites. But in the case of calloc maybe, see comment in test_malloc_0_null(), to be checked. |
Yes, I've created Mbed-TLS/mbedtls#9879 for the move of some crypto config files to TF-PSA-Crypto and updated the description of this issue with a mention to build_tfm and its dependency on Mbed-TLS/mbedtls#9879. |
Add component-configurations.sh in tests/scripts
Same components as in Mbed TLS but:
At time of writing: 12 components.
For
build_tfm
there is a dependency on Mbed-TLS/mbedtls#9879.Components based on make should be adapted to CMake. Compilation flags don't have to stay exactly the same but the ones relevant to the component should be kept the same.
In components:
ssl-opt.sh
,compat.sh
,context-info.sh
andprograms/test/selftest
should be removed.programs/test/cpp_dummy_build
,run_demos.py
,test_psa_constant_names.py
andrun-metatests.sh
.The text was updated successfully, but these errors were encountered: