1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-01 10:06:53 +03:00

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

Check storage format tests for regressions
This commit is contained in:
Gilles Peskine
2022-03-07 17:02:34 +01:00
committed by GitHub
5 changed files with 212 additions and 39 deletions

View File

@ -725,6 +725,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(),