mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Check in test_suite_psa_crypto_not_supported.generated.data
This test data file is automatically generated. We could do that as part of the build, since the only requirement is Python and we have a requirement on Python to build tests anyway (to generate the .c file from the .function file). However, committing the generating file into the repository has less impact on build scripts, and will be necessary for some of the files generated by generate_psa_tests.py (at least the storage format stability tests, for which stability is guaranteed by the fact that the generated file doesn't change). To keep things simple, for now, let's commit all the files generated by generate_psa_tests.py into the repository. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
@ -106,3 +106,4 @@ check scripts/generate_query_config.pl programs/test/query_config.c
|
||||
check scripts/generate_features.pl library/version_features.c
|
||||
check scripts/generate_visualc_files.pl visualc/VS2010
|
||||
check scripts/generate_psa_constants.py programs/psa/psa_constant_names_generated.c
|
||||
check tests/scripts/generate_psa_tests.py tests/suites/test_suite_psa_crypto_not_supported.generated.data
|
||||
|
Reference in New Issue
Block a user