From cdf7f776534d93ee678970e9aa444a838db527e8 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 7 May 2020 16:25:26 +0200 Subject: [PATCH] chg: added test for revengs readline/cliparsing --- pm3test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pm3test.sh b/pm3test.sh index 825398fae..9a90ddcc5 100755 --- a/pm3test.sh +++ b/pm3test.sh @@ -108,7 +108,8 @@ while true; do if ! CheckExecute "proxmark help text hardnested" "$PM3BIN -t 2>&1" "hardnested"; then break; fi 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 printf "\n${C_BLUE}Testing LF:${C_NC}\n"