mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-09-18 16:19:54 +00:00
Adapt path to test_suite_psa_crypto_metadata.data
Adapt path to test_suite_psa_crypto_metadata.data in the case of mbedtls:development. Signed-off-by: Ronald Cron <[email protected]>
This commit is contained in:
@@ -37,11 +37,12 @@ class Information:
|
||||
if os.path.isdir('tf-psa-crypto'):
|
||||
header_file_names = ['tf-psa-crypto/include/psa/crypto_values.h',
|
||||
'tf-psa-crypto/include/psa/crypto_extra.h']
|
||||
test_suites = ['tf-psa-crypto/tests/suites/test_suite_psa_crypto_metadata.data']
|
||||
else:
|
||||
header_file_names = ['include/psa/crypto_values.h',
|
||||
'include/psa/crypto_extra.h']
|
||||
test_suites = ['tests/suites/test_suite_psa_crypto_metadata.data']
|
||||
|
||||
test_suites = ['tests/suites/test_suite_psa_crypto_metadata.data']
|
||||
for header_file_name in header_file_names:
|
||||
constructors.parse_header(header_file_name)
|
||||
for test_cases in test_suites:
|
||||
|
||||
Reference in New Issue
Block a user