tests: test_zeroize: fix path for source zeroize file

Signed-off-by: Valerio Setti <[email protected]>
This commit is contained in:
Valerio Setti
2025-05-20 07:13:08 +02:00
parent d097f614e0
commit 586b9f7c4c
+4 -2
View File
@@ -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