Commit 1296c1d
committed
Add abi_check.py bridge script
The bulk of the script that was moved to the framework is now a pure
python module - bridge scripts like this one will remain in each
individual branch, and continue to be the way to invoke the ABI checks.
This way we can use the bridge scripts to encode branch-specific
information in a more convenient way.
Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>1 parent 49cf57e commit 1296c1d
2 files changed
+17
-1
lines changed- scripts/generate_test_keys.py+2
- scripts/mbedtls_framework/interface_checks.py+679
- scripts/mbedtls_framework/test_driver.py+341
- scripts/output_env.sh+3
- tests/include/test/drivers/test_driver_common.h+62
- tests/src/drivers/hash.c+1-5
- tests/src/drivers/test_driver_aead.c+1-5
- tests/src/drivers/test_driver_asymmetric_encryption.c+1-5
- tests/src/drivers/test_driver_cipher.c+1-5
- tests/src/drivers/test_driver_key_agreement.c+4-4
- tests/src/drivers/test_driver_key_management.c+8-14
- tests/src/drivers/test_driver_mac.c+1-5
- tests/src/drivers/test_driver_pake.c+1-5
- tests/src/drivers/test_driver_signature.c+5-12
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
0 commit comments