mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Restore 3.6 PSA constants generation check
Just to ease the eventual migration of check-generated-files.sh to the framework. Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
@ -150,6 +150,7 @@ if [ -d tf-psa-crypto ]; then
|
|||||||
${crypto_core_dir}/psa_crypto_driver_wrappers_no_static.c
|
${crypto_core_dir}/psa_crypto_driver_wrappers_no_static.c
|
||||||
check framework/scripts/generate_config_tests.py tests/suites/test_suite_config.mbedtls_boolean.data
|
check framework/scripts/generate_config_tests.py tests/suites/test_suite_config.mbedtls_boolean.data
|
||||||
else
|
else
|
||||||
|
check scripts/generate_psa_constants.py ./programs/psa/psa_constant_names_generated.c
|
||||||
check framework/scripts/generate_bignum_tests.py $(framework/scripts/generate_bignum_tests.py --list)
|
check framework/scripts/generate_bignum_tests.py $(framework/scripts/generate_bignum_tests.py --list)
|
||||||
if in_tf_psa_crypto_repo; then
|
if in_tf_psa_crypto_repo; then
|
||||||
check framework/scripts/generate_config_tests.py tests/suites/test_suite_config.psa_boolean.data
|
check framework/scripts/generate_config_tests.py tests/suites/test_suite_config.psa_boolean.data
|
||||||
|
Reference in New Issue
Block a user