commit | 51681556cfdeb9db9ba5c39e95ef0593db346329 | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Mon May 20 19:35:37 2019 +0200 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Fri Sep 06 19:28:47 2019 +0200 |
tree | 3dcae935e9dfe411734ff841f7079a5f7b66d7a2 | |
parent | 92348d1c4931f8c33c2d092928afca556f672c42 [diff] [blame] |
PSA return status coverage script Add infrastructure to run unit tests and collect the return values for every PSA API function that returns psa_status_t. ./tests/scripts/psa_collect_statuses.py >statuses.txt
diff --git a/tests/.gitignore b/tests/.gitignore index 3c9b0cf..fbbd0df 100644 --- a/tests/.gitignore +++ b/tests/.gitignore
@@ -7,3 +7,5 @@ data_files/hmac_drbg_seed data_files/ctr_drbg_seed data_files/entropy_seed + +/instrument_record_status.h