1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

Merge pull request #5605 from gilles-peskine-arm/storage-format-check-mononicity-2.28

Backport 2.28: Check storage format tests for regressions
This commit is contained in:
Gilles Peskine
2022-03-07 17:02:29 +01:00
committed by GitHub
6 changed files with 264 additions and 88 deletions

View File

@ -723,6 +723,8 @@ class TestGenerator:
filename = self.filename_for(basename)
test_case.write_data_file(filename, test_cases)
# Note that targets whose name containns 'test_format' have their content
# validated by `abi_check.py`.
TARGETS = {
'test_suite_psa_crypto_generate_key.generated':
lambda info: KeyGenerate(info).test_cases_for_key_generation(),