mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
chg: added test for revengs readline/cliparsing
This commit is contained in:
parent
94d4f2b75e
commit
cdf7f77653
1 changed files with 2 additions and 1 deletions
|
@ -108,7 +108,8 @@ while true; do
|
||||||
if ! CheckExecute "proxmark help text hardnested" "$PM3BIN -t 2>&1" "hardnested"; then break; fi
|
if ! CheckExecute "proxmark help text hardnested" "$PM3BIN -t 2>&1" "hardnested"; then break; fi
|
||||||
|
|
||||||
printf "\n${C_BLUE}Testing data manipulation:${C_NC}\n"
|
printf "\n${C_BLUE}Testing data manipulation:${C_NC}\n"
|
||||||
if ! CheckExecute "reveng test" "$PM3BIN -c 'reveng -h;reveng -w 8 -s 01020304e3 010204039d'" "CRC-8/SMBUS"; then break; fi
|
if ! CheckExecute "reveng readline test" "$PM3BIN -c 'reveng -h;reveng -D'" "CRC-64/GO-ISO"; then break; fi
|
||||||
|
if ! CheckExecute "reveng test" "$PM3BIN -c 'reveng -w 8 -s 01020304e3 010204039d'" "CRC-8/SMBUS"; then break; fi
|
||||||
if ! CheckExecute "mfu pwdgen test" "$PM3BIN -c 'hf mfu pwdgen t'" "Selftest OK"; then break; fi
|
if ! CheckExecute "mfu pwdgen test" "$PM3BIN -c 'hf mfu pwdgen t'" "Selftest OK"; then break; fi
|
||||||
|
|
||||||
printf "\n${C_BLUE}Testing LF:${C_NC}\n"
|
printf "\n${C_BLUE}Testing LF:${C_NC}\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue