fix(programs/psa): commit python3 generated file

Python should not be required for the build when the no_test target is
used. This commit adds the generated file to the source tree and the
check-generated-files script, and removes the generation from (c)make.

Fixes #3524

Signed-off-by: Cameron Nemo <cnemo@tutanota.com>
This commit is contained in:
Cameron Nemo 2020-09-22 10:37:26 -07:00
parent 9b33eb3284
commit e18d09de37
7 changed files with 405 additions and 23 deletions

1
programs/.gitignore vendored
View file

@ -32,7 +32,6 @@ pkey/rsa_verify_pss
psa/crypto_examples
psa/key_ladder_demo
psa/psa_constant_names
psa/psa_constant_names_generated.c
random/gen_entropy
random/gen_random_ctr_drbg
random/gen_random_havege