mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-08-21 10:39:52 +00:00
tests: test_zeroize: fix path for source zeroize file
Signed-off-by: Valerio Setti <[email protected]>
This commit is contained in:
@@ -33,17 +33,19 @@
|
||||
|
||||
set confirm off
|
||||
|
||||
# TF-PSA-Crypto uses a different name for the executable and also a build out
|
||||
# of tree.
|
||||
if $_isvoid($is_tf_psa_crypto)
|
||||
file ./programs/test/zeroize
|
||||
set args ./framework/tests/programs/zeroize.c
|
||||
else
|
||||
file ./programs/test/tf_psa_crypto_zeroize
|
||||
set args ../framework/tests/programs/zeroize.c
|
||||
end
|
||||
|
||||
search GDB_BREAK_HERE
|
||||
break $_
|
||||
|
||||
set args ./framework/tests/programs/zeroize.c
|
||||
|
||||
run
|
||||
|
||||
set $i = 0
|
||||
|
||||
Reference in New Issue
Block a user