mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Submodule framework updated: df7024c723...fc464209a9
@ -350,6 +350,12 @@ class AbiChecker:
|
|||||||
"""
|
"""
|
||||||
# Existing test data files. This may be missing some automatically
|
# Existing test data files. This may be missing some automatically
|
||||||
# generated files if they haven't been generated yet.
|
# generated files if they haven't been generated yet.
|
||||||
|
if os.path.isdir(os.path.join(git_worktree_path, 'tf-psa-crypto',
|
||||||
|
'tests', 'suites')):
|
||||||
|
storage_data_files = set(glob.glob(
|
||||||
|
'tf-psa-crypto/tests/suites/test_suite_*storage_format*.data'
|
||||||
|
))
|
||||||
|
else:
|
||||||
storage_data_files = set(glob.glob(
|
storage_data_files = set(glob.glob(
|
||||||
'tests/suites/test_suite_*storage_format*.data'
|
'tests/suites/test_suite_*storage_format*.data'
|
||||||
))
|
))
|
||||||
|
Reference in New Issue
Block a user