mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
recover_pk selftests
This commit is contained in:
parent
58eb9faa84
commit
b1c641724b
2 changed files with 90 additions and 14 deletions
|
@ -227,6 +227,7 @@ while true; do
|
|||
if ! CheckExecute "findbits test" "tools/findbits.py 73 0110010101110011" "Match at bit 9: 011001010"; then break; fi
|
||||
if ! CheckExecute "findbits_test test" "tools/findbits_test.py 2>&1" "OK"; then break; fi
|
||||
if ! CheckExecute "pm3_eml_mfd test" "tools/pm3_eml_mfd_test.py 2>&1" "OK"; then break; fi
|
||||
if ! CheckExecute "recover_pk test" "tools/recover_pk.py selftests 2>&1" "Tests:.*\[OK\]"; then break; fi
|
||||
fi
|
||||
if $TESTALL || $TESTBOOTROM; then
|
||||
echo -e "\n${C_BLUE}Testing bootrom:${C_NC}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue