Update path of moved zeroize.c for GDB script

This commit updates the path of zeroize.c in the GDB script
test_zeroize.gdb.

Signed-off-by: Harry Ramsey <harry.ramsey@arm.com>
This commit is contained in:
Harry Ramsey
2025-02-18 09:22:07 +00:00
parent 8067657142
commit 18c5767d1d
+1 -1
View File
@@ -38,7 +38,7 @@ file ./programs/test/zeroize
search GDB_BREAK_HERE
break $_
set args ./programs/test/zeroize.c
set args ./framework/tests/programs/zeroize.c
run
set $i = 0